Skip to content

Commit 75bb131

Browse files
authored
Update blank.yml
1 parent d9fb602 commit 75bb131

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 $OPENAI_KEY" # 在脚本中使用 GitHub Secret
19+
run: echo "My secret is env.OPENAI_KEY" # 在脚本中使用 GitHub Secret

0 commit comments

Comments
 (0)