Fix template path

This commit is contained in:
2023-07-27 13:29:20 +02:00
parent 130636c1ad
commit 4441ff2559

View File

@ -55,7 +55,7 @@ jobs:
--commit-author-email='sudo-bot@wdes.fr' \ --commit-author-email='sudo-bot@wdes.fr' \
--commit-author-name='Sudo Bot' \ --commit-author-name='Sudo Bot' \
--gpg-private-key-file="${HOME}/.private-key.asc" \ --gpg-private-key-file="${HOME}/.private-key.asc" \
--template="./.github/sudo-bot-template.js" \ --template="$GITHUB_WORKSPACE/.github/sudo-bot-template.js" \
--gpg-private-key-passphrase="${{ secrets.GPG_PASSPHRASE }}" --gpg-private-key-passphrase="${{ secrets.GPG_PASSPHRASE }}"
- name: Purge secrets - name: Purge secrets
if: always() if: always()