Skip to content

Commit

Permalink
Actor
Browse files Browse the repository at this point in the history
  • Loading branch information
DrRetro2033 committed Sep 5, 2024
1 parent 1adcd2b commit b43ffda
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ jobs:
- name: Update MudkiPC
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
GITHUB_ACTOR: ${{ github.actor }}
run: |
git clone https://github.com/Pokemon-Manager/MudkiPC.git
cd MudkiPC
Expand All @@ -50,6 +51,7 @@ jobs:
git add ./
git commit -m "Update Arceus"
git push
strategy:
fail-fast: false
matrix:
Expand Down

0 comments on commit b43ffda

Please sign in to comment.