Skip to content

Commit

Permalink
Create temp.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pfeux committed Mar 21, 2023
1 parent dfdad7a commit 4806eb4
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/temp.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
name: temp
run-name: ${{ github.actor }} is learning Github Actions
on: [push]
jobs:
check-bats-version:
runs-on: ubuntu-latest
steps:
- name: run id
run: echo ${{ github.run_id }}
- name: run number
run: echo ${{ github.run_number }}

0 comments on commit 4806eb4

Please sign in to comment.