We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3617071 commit 1052207Copy full SHA for 1052207
2 files changed
‎.github/workflows/call-auto-merge.yml‎
@@ -20,7 +20,7 @@ on:
20
21
jobs:
22
call-auto-merge:
23
- uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@main
+ uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@af4b71e7c65379fd7ce74592587fa8466ae7acfa
24
# secrets:
25
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
26
‎.github/workflows/call-ci-semantic-release-sync.yml‎
@@ -20,6 +20,6 @@ on:
call-ci-release-sync:
- uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@main
+ uses: variablesoftware/github-workflows/.github/workflows/ci-semantic-release-sync.yml@af4b71e7c65379fd7ce74592587fa8466ae7acfa
# No secrets block needed for GITHUB_TOKEN
# No additional changes required
0 commit comments