We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713f142 commit efa2af1Copy full SHA for efa2af1
.github/workflows/blank.yml
@@ -16,4 +16,4 @@ jobs:
16
uses: actions/checkout@v2
17
18
- name: Print secret
19
- run: echo "My secret is env.MY_SECRET" # 在脚本中使用 GitHub Secret
+ run: echo "My secret is $MY_SECRET" # 在脚本中使用 GitHub Secret
0 commit comments