Skip to content

Commit efd4df1

Browse files
authored
Update blank.yml
1 parent 43f977e commit efd4df1

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/blank.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -21,3 +21,6 @@ jobs:
2121
OPENAI_KEY: ${{ secrets.MY_SECRET }} # 将 GITHUB_TOKEN 设置为环境变量
2222
run: |
2323
python .github/workflows/test.py # 调用你存放脚本的路径
24+
- name: Print all environment variables
25+
run: |
26+
printenv

0 commit comments

Comments
 (0)