Skip to content

Commit

Permalink
attempt to fix git credentials
Browse files Browse the repository at this point in the history
  • Loading branch information
Bilal2453 authored Jul 19, 2024
1 parent 6b76526 commit de63bb9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/rebuild-wiki.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,13 +11,13 @@ jobs:
runs-on: ubuntu-latest

steps:
- uses: actions/checkout@v4

- uses: actions/checkout@v4
with:
repository: '${{ github.repository }}.wiki'
path: 'wiki'

- uses: actions/checkout@v4

- name: Install Luvit
run: curl -L https://github.com/luvit/lit/raw/master/get-lit.sh | sh

Expand Down

0 comments on commit de63bb9

Please sign in to comment.