Skip to content

Commit

Permalink
Update main.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
pieceowater authored Apr 23, 2024
1 parent b772079 commit 2526eb8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,12 @@ jobs:

- name: Configure Git
run: |
git config --global credential.helper store
git config --global user.name "pieceowater"
git config --global user.email "pieceowater@gmail.com"
echo "${{ secrets.GIT_ASKPASS_SCRIPT }}" > ~/git-askpass.sh
chmod +x ~/git-askpass.sh
export GIT_ASKPASS=~/git-askpass.sh
git config --global credential.helper store
- name: Clone parent repo
run: |
Expand Down

0 comments on commit 2526eb8

Please sign in to comment.