From 261e0062a13dec494ef603bf993fa0667d6f3b88 Mon Sep 17 00:00:00 2001 From: Dwi Siswanto Date: Fri, 9 Aug 2024 04:07:20 +0700 Subject: [PATCH] ci: fix incorrect input Signed-off-by: Dwi Siswanto --- .github/workflows/new-templates.yml | 2 +- .github/workflows/template-checksum.yml | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) 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