This commit is contained in:
Vaxry 2022-08-13 12:13:58 +02:00 committed by Mihai Fufezan
parent cf4bf5582b
commit 30f175acf8
No known key found for this signature in database
GPG Key ID: 5899325F2F120900
1 changed files with 5 additions and 1 deletions

View File

@ -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"