diff --git a/.github/workflows/template-checksum.yml b/.github/workflows/template-checksum.yml index 08c9ba6381..a490fd35b6 100644 --- a/.github/workflows/template-checksum.yml +++ b/.github/workflows/template-checksum.yml @@ -23,7 +23,7 @@ jobs: checksum-file: '${{ env.CHECKSUM_FILE }}' - run: git status - uses: projectdiscovery/actions/setup/git@v1 - - uses: projectdiscovery/actions/commit@master + - uses: projectdiscovery/actions/commit@v1 with: files: '${{ env.CHECKSUM_FILE }}' message: 'chore: generate templates checksum 🤖'