Skip to content
This repository was archived by the owner on Apr 8, 2024. It is now read-only.

Commit 850e014

Browse files
authored
ci(web, server): fix GPT env in stage.yml
1 parent 2e2fcac commit 850e014

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/stage.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
steps:
99
- name: git config
1010
env:
11-
GPT_USER: ${{ secrets.GPT }}
11+
GPT: ${{ secrets.GPT }}
1212
run: |
1313
git config --global user.name $GPT
1414
git config --global pull.rebase false

0 commit comments

Comments
 (0)