Skip to content

Commit

Permalink
whoops
Browse files Browse the repository at this point in the history
  • Loading branch information
ShineyDev committed Feb 17, 2024
1 parent adeadf8 commit 3824bf0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/mirror_utility.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,13 +13,13 @@ permissions:

env:
LOCAL_REPOSITORY: ${{ github.repository }}
REMOTE_REPOSITORY: ${{ github.event.repository.owner }}/utility
REMOTE_REPOSITORY: ShineyDev/utility

AUTH_EMAIL: github-actions[bot]@users.noreply.github.com
AUTH_NAME: github-actions[bot]
AUTH_TOKEN: ${{ github.token }}

COMMIT_MESSAGE: update mirror of ${{ github.event.repository.owner }}/utility
COMMIT_MESSAGE: update mirror of ShineyDev/utility

EXCLUDES: py.typed
LOCAL_MIRROR_PATH: ${{ github.event.repository.name }}/utility/_mirror
Expand Down

0 comments on commit 3824bf0

Please sign in to comment.