mirror of
https://github.com/hyprwm/hyprland-wiki.git
synced 2024-11-21 20:35:57 +01:00
fix typo
This commit is contained in:
parent
cf4bf5582b
commit
30f175acf8
1 changed files with 5 additions and 1 deletions
6
.github/workflows/updateSite.yml
vendored
6
.github/workflows/updateSite.yml
vendored
|
@ -13,12 +13,16 @@ jobs:
|
|||
- uses: actions/checkout@v2
|
||||
with:
|
||||
repository: hyprwm/hyprland-wiki-backend
|
||||
token: ${{ secrets.TOKEN }}
|
||||
token: ${{ secrets.TOKN }}
|
||||
|
||||
- name: Pull & update submodules recursively
|
||||
run: |
|
||||
git config --global user.name "Github Actions"
|
||||
git config --global user.email "actions@github.com"
|
||||
git submodule update --init --recursive
|
||||
git submodule update --recursive --remote
|
||||
with:
|
||||
token: ${{ secrets.TOKN }}
|
||||
- name: Commit
|
||||
run: |
|
||||
git config user.email "actions@github.com"
|
||||
|
|
Loading…
Reference in a new issue