Skip to content

Commit

Permalink
Revert "order change"
Browse files Browse the repository at this point in the history
This reverts commit 4237b46.
  • Loading branch information
iBicha committed Nov 6, 2023
1 parent 4237b46 commit e97f3bd
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/stats.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,15 +9,15 @@ jobs:
update_wiki_stats:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4

- name: Checkout Wiki
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}.wiki
path: ./playlet.wiki

- name: Checkout
uses: actions/checkout@v4

- name: Configure repo
run: |
git config --local user.email "[email protected]"
Expand Down

0 comments on commit e97f3bd

Please sign in to comment.