Skip to content
This repository was archived by the owner on May 23, 2025. It is now read-only.

Commit 8a9a4f2

Browse files
committed
output GITHUB_RUN_NUMBER in workflow
1 parent 7347203 commit 8a9a4f2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/deploy-test.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,7 @@ jobs:
1818
uses: actions/checkout@v4
1919

2020
- name: get GITHUB_RUN_NUMBER
21-
run: echo ${{ github.GITHUB_RUN_NUMBER }}
21+
run: echo "${{ github.GITHUB_RUN_NUMBER }}"
2222

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

0 commit comments

Comments
 (0)