Skip to content

Commit

Permalink
corrected workfow
Browse files Browse the repository at this point in the history
  • Loading branch information
vtempest authored Oct 30, 2024
1 parent 7c63c13 commit bfc8e93
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,8 @@ jobs:

- name: Pull
run: |
git config --local user.name "${{ github.actor }}"
git config --local user.email "${{ github.actor }}@gmail.com"
git config --local user.name "vtempest"
git config --local user.email "grokthiscontact@gmail.com"
git remote set-url origin https://${{ github.repository_owner }}:${{ secrets.GITHUB_TOKEN }}@github.com/${{ github.repository }}
git pull --rebase
Expand Down

0 comments on commit bfc8e93

Please sign in to comment.