Skip to content

Commit

Permalink
pin action version to specific commit
Browse files Browse the repository at this point in the history
  • Loading branch information
rdietrick authored Dec 20, 2024
1 parent b9a7992 commit 15796dc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-branch-merge-handler.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
rm release-notes/${{ vars.ISSUE_BRANCH_PREFIX }}*.md || true
fi
rm auth/sandbox-login-url-issue-* || true
- uses: stefanzweifel/git-auto-commit-action@v4.15.4
- uses: stefanzweifel/git-auto-commit-action@75802d269e7721b5146d08f6063ba3097c55ad2b
with:
branch: ${{ github.ref }}
commit_message: Compiled issue release notes and removed auth files

0 comments on commit 15796dc

Please sign in to comment.