Skip to content

Commit

Permalink
Add GITHUB_RUN_NUMBER to demo.
Browse files Browse the repository at this point in the history
  • Loading branch information
FranzDiebold committed Nov 29, 2020
1 parent 5ec21e5 commit e7131d9
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/demo.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
echo "GITHUB_RUN_ID=$GITHUB_RUN_ID"
echo "GITHUB_EVENT_NAME=$GITHUB_EVENT_NAME"
echo "GITHUB_ACTION=$GITHUB_ACTION"
echo "GITHUB_RUN_NUMBER=$GITHUB_RUN_NUMBER"
windows:
name: Windows Demo
Expand Down Expand Up @@ -66,6 +67,7 @@ jobs:
echo "GITHUB_RUN_ID=$Env:GITHUB_RUN_ID"
echo "GITHUB_EVENT_NAME=$Env:GITHUB_EVENT_NAME"
echo "GITHUB_ACTION=$Env:GITHUB_ACTION"
echo "GITHUB_RUN_NUMBER=$Env:GITHUB_RUN_NUMBER"
macos:
name: macOS Demo
Expand Down Expand Up @@ -98,3 +100,4 @@ jobs:
echo "GITHUB_RUN_ID=$GITHUB_RUN_ID"
echo "GITHUB_EVENT_NAME=$GITHUB_EVENT_NAME"
echo "GITHUB_ACTION=$GITHUB_ACTION"
echo "GITHUB_RUN_NUMBER=$GITHUB_RUN_NUMBER"

0 comments on commit e7131d9

Please sign in to comment.