diff --git a/.github/workflows/pre-commit-update.yml b/.github/workflows/pre-commit-update.yml index bac6b48d..00655f7a 100644 --- a/.github/workflows/pre-commit-update.yml +++ b/.github/workflows/pre-commit-update.yml @@ -22,7 +22,7 @@ jobs: uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/_pre_commit.yml@v2.3 with: pre-commit-hooks: terraform_fmt terraform_docs terraform_tflint checkov - checkout-branch: pre-commit-dependencies-update + branch: pre-commit-dependencies-update comment-pr: name: Give comment on the PR if pre-commit failed @@ -31,4 +31,4 @@ jobs: uses: PaloAltoNetworks/terraform-modules-vmseries-ci-workflows/.github/workflows/_comment_pr.yml@v2.3 with: pr_number: ${{ needs.update.outputs.pr_number }} - job_result: ${{ needs.pre-commit.result }} \ No newline at end of file + job_result: ${{ needs.pre-commit.result }}