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 27269db commit 7ca017cCopy full SHA for 7ca017c
.github/workflows/sync-to-gitee.yml
@@ -16,7 +16,7 @@ jobs:
16
17
- name: Push to Gitee
18
run: |
19
- git config --global user.name ${{ secrets.GITEE_USERNAME }}
20
- git config --global user.email ${{ secrets.GITEE_EMAIL }}
21
- git remote add gitee https://${{ secrets.GITEE_USERNAME }}:${{ secrets.GITEE_TOKEN }}@gitee.com/${{ secrets.GITEE_USERNAME }}/HivisionIDPhotos.git
+ git config --global user.name ${{ vars.GITEE_USERNAME }}
+ git config --global user.email ${{ vars.GITEE_EMAIL }}
+ git remote add gitee https://${{ vars.GITEE_USERNAME }}:${{ secrets.GITEE_TOKEN }}@gitee.com/${{ vars.GITEE_USERNAME }}/HivisionIDPhotos.git
22
git push -f gitee master:master
0 commit comments