We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0ac498c commit 2fe968fCopy full SHA for 2fe968f
.github/workflows/pipeline.yaml
@@ -35,7 +35,7 @@ jobs:
35
- name: Merge branch
36
uses: julbme/gh-action-merge-branch@v1
37
with:
38
- from: ${{ github.ref }}
+ from: ${{ github.ref_name }}
39
to: main
40
message: Merged to main
41
push_options: '--force'
0 commit comments