Skip to content

Commit

Permalink
Update UpdateFork.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisisth committed Sep 16, 2024
1 parent f764c90 commit ed12dfa
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/UpdateFork.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,11 @@ jobs:
with:
repository: chrisisth/pvpoke-limitless
token: ${{ secrets.GITHUB_TOKEN }}

- name: Configure Git
run: |
git config user.name "chrisisth"
git config user.email "chris73757@gmail.com"
- name: Setup Upstream
run: git remote add upstream https://github.com/pvpoke/pvpoke.git
Expand Down

0 comments on commit ed12dfa

Please sign in to comment.