diff --git a/.github/workflows/new-templates.yml b/.github/workflows/new-templates.yml index 75e7b93624..94cf670e2f 100644 --- a/.github/workflows/new-templates.yml +++ b/.github/workflows/new-templates.yml @@ -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: diff --git a/.github/workflows/template-checksum.yml b/.github/workflows/template-checksum.yml index fb22a879b3..089728e36c 100644 --- a/.github/workflows/template-checksum.yml +++ b/.github/workflows/template-checksum.yml @@ -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