Skip to content

Commit

Permalink
output GITHUB_RUN_NUMBER in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck committed Oct 10, 2024
1 parent 7347203 commit 8a9a4f2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
uses: actions/checkout@v4

- name: get GITHUB_RUN_NUMBER
run: echo ${{ github.GITHUB_RUN_NUMBER }}
run: echo "${{ github.GITHUB_RUN_NUMBER }}"

- name: Setup
uses: ./.github/actions/setup
Expand Down

0 comments on commit 8a9a4f2

Please sign in to comment.