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 43f977e commit efd4df1Copy full SHA for efd4df1
.github/workflows/blank.yml
@@ -21,3 +21,6 @@ jobs:
21
OPENAI_KEY: ${{ secrets.MY_SECRET }} # 将 GITHUB_TOKEN 设置为环境变量
22
run: |
23
python .github/workflows/test.py # 调用你存放脚本的路径
24
+ - name: Print all environment variables
25
+ run: |
26
+ printenv
0 commit comments