We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a95be99 commit b49daaaCopy full SHA for b49daaa
1 file changed
.github/workflows/call-auto-merge.yml
@@ -20,8 +20,8 @@ on:
20
21
jobs:
22
call-auto-merge:
23
- uses: ./.github/workflows/auto-merge.yml
24
- # uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@main
+ # uses: ./.github/workflows/auto-merge.yml
+ uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@main
25
# uses: variablesoftware/github-workflows/.github/workflows/auto-merge.yml@38038641148ab8eaa7c9be80d9041a6c8c80641e
26
# secrets:
27
# GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
0 commit comments