Skip to content

Commit e8e4294

Browse files
authored
Update github-action-variable-03.yml
1 parent 52e2812 commit e8e4294

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/github-action-variable-03.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,5 +7,5 @@ jobs:
77
check-vars-context:
88
runs-on: ubuntu-latest
99
steps:
10-
- name: "Hello, ${{ $vars.Var_test }}"
10+
- name: "Hello, ${{ $vars.var_test }}"
1111

0 commit comments

Comments
 (0)