Skip to content

Commit

Permalink
output GITHUB_RUN_NUMBER in workflow (#4722)
Browse files Browse the repository at this point in the history
  • Loading branch information
connyduck authored Oct 10, 2024
1 parent a366d49 commit 7347203
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/deploy-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,9 @@ jobs:
- name: Checkout
uses: actions/checkout@v4

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

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

Expand Down

0 comments on commit 7347203

Please sign in to comment.