fix: update docs push-on-release action (#4418)

This commit is contained in:
Nico Domino 2024-07-17 11:35:37 +02:00 committed by GitHub
parent ab5af61960
commit 26240ec190
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -39,5 +39,6 @@ jobs:
run: |
git config user.name github-actions
git config user.email github-actions@github.com
git commit -am "feat: add release ${{ github.event.release.tag_name }}"
git remote set-url origin https://x-access-token:${{ secrets.PAT_PUSH }}@github.com/gitbutlerapp/gitbutler-docs
git commit -am "[automated]: add release ${{ github.event.release.tag_name }}"
git push