ci: fix incorrect input

Signed-off-by: Dwi Siswanto <git@dw1.io>
main
Dwi Siswanto 2024-08-09 04:07:20 +07:00
parent d358e22f09
commit 261e0062a1
No known key found for this signature in database
GPG Key ID: 278082FF7CEF3914
2 changed files with 2 additions and 2 deletions

View File

@ -29,7 +29,7 @@ jobs:
- uses: projectdiscovery/actions/commit@v1
with:
files: '${{ env.NEW_ADDITION_FILE }}'
commit: 'chore: generate new addition list 🤖'
message: 'chore: generate new addition list 🤖'
- run: git push origin $GITHUB_REF
sync:

View File

@ -27,7 +27,7 @@ jobs:
- uses: projectdiscovery/actions/commit@v1
with:
files: '${{ env.CHECKSUM_FILE }}'
commit: 'chore: generate templates checksum 🤖'
message: 'chore: generate templates checksum 🤖'
- name: Push changes
run: |
git pull --rebase