Browse Source

output GITHUB_RUN_NUMBER in workflow

pull/4723/head
Conny Duck 1 year ago
parent
commit
8a9a4f2075
No known key found for this signature in database
  1. 2
      .github/workflows/deploy-test.yml

2
.github/workflows/deploy-test.yml

@ -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

Loading…
Cancel
Save