Skip to content

Commit efa2af1

Browse files
authored
Update blank.yml
1 parent 713f142 commit efa2af1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/blank.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,4 +16,4 @@ jobs:
1616
uses: actions/checkout@v2
1717

1818
- name: Print secret
19-
run: echo "My secret is env.MY_SECRET" # 在脚本中使用 GitHub Secret
19+
run: echo "My secret is $MY_SECRET" # 在脚本中使用 GitHub Secret

0 commit comments

Comments
 (0)