build: fix path spec

This commit is contained in:
oSumAtrIX 2022-11-12 05:04:45 +01:00 committed by GitHub
parent 19f0c42b23
commit 0ba907a2dc
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 2 deletions

View File

@ -11,9 +11,9 @@ jobs:
- name: Clone repository
uses: actions/checkout@v3
- name: Update submodule
run: git submodule update --recursive --remote ${{ github.event.repository.full_name }}
run: git submodule update --recursive --remote repositories/${{ github.event.repository.full_name }}
- name: Commit changes
uses: EndBug/add-and-commit@v9
with:
message: 'chore: update docs for ${{ github.event.repository.full_name }} to ${{github.event.client_payload.ref}}'
default_author: ReVanced
default_author: ReVanced