diff --git a/.github/workflows/release-changelog.yml b/.github/workflows/release-changelog.yml index ae5ab1016..1e8046eb0 100644 --- a/.github/workflows/release-changelog.yml +++ b/.github/workflows/release-changelog.yml @@ -115,7 +115,7 @@ jobs: rm -rf changelog/revision - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f + uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 env: target_env: ${{ inputs.env }} target_branch: ${{ inputs.branch }} diff --git a/.github/workflows/release-spec-v1.yml b/.github/workflows/release-spec-v1.yml index d008e0587..4b88c2ae6 100644 --- a/.github/workflows/release-spec-v1.yml +++ b/.github/workflows/release-spec-v1.yml @@ -77,7 +77,7 @@ jobs: path: openapi/v1-deprecated - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f + uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 env: target_env: ${{ inputs.env }} target_branch: ${{ inputs.branch }} diff --git a/.github/workflows/release-spec.yml b/.github/workflows/release-spec.yml index 09d351253..9028ced95 100644 --- a/.github/workflows/release-spec.yml +++ b/.github/workflows/release-spec.yml @@ -158,7 +158,7 @@ jobs: run: ../release-scripts/branded_preview.sh - name: Commit changes id: commit - uses: stefanzweifel/git-auto-commit-action@3cc016cfc892e0844046da36fc68da4e525e081f + uses: stefanzweifel/git-auto-commit-action@778341af668090896ca464160c2def5d1d1a3eb0 env: target_env: ${{ inputs.env }} target_branch: ${{ inputs.branch }}