Merge pull request #10499 from dwisiswant0/ci/fix-incorrect-input

ci: fix incorrect input
main
Sandeep Singh 2024-08-09 05:04:49 +05:30 committed by GitHub
commit 97e5d760f8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
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