Skip to content

Commit e433130

Browse files
author
asim3 from runner
committed
echo $GITHUB_JOB
1 parent 61ea043 commit e433130

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: .github/workflows/show_all_default-variables.yml

+3-1
Original file line numberDiff line numberDiff line change
@@ -6,9 +6,11 @@ jobs:
66
print-all:
77
runs-on: ubuntu-latest
88
steps:
9+
- run: echo $GITHUB_JOB
910
- run: echo $GITHUB_RUN_NUMBER
1011

11-
v0.1.2:
12+
v-aa_bbb:
1213
runs-on: ubuntu-latest
1314
steps:
15+
- run: echo $GITHUB_JOB
1416
- run: echo $GITHUB_RUN_NUMBER

0 commit comments

Comments
 (0)