We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9365582 commit 30f0f08Copy full SHA for 30f0f08
actions/commit_pr_and_merge/action.yaml
@@ -77,8 +77,8 @@ runs:
77
env:
78
GITHUB_TOKEN: ${{ github.token }}
79
PR_URL: ${{ steps.create-pr.outputs.pull-request-url }}
80
- MERGE_PR_STRATEGY: ${{github.ref_protected == true && '--merge' || '--rebase' }}
81
- ADMIN_ACCESS: ${{ inputs.admin_access == true && '--admin' || '' }}
+ MERGE_PR_STRATEGY: ${{ github.ref_protected == 'true' && '--merge' || '--rebase' }}
+ ADMIN_ACCESS: ${{ inputs.admin_access == 'true' && '--admin' || '' }}
82
83
- name: Tag commit
84
uses: actions/github-script@v7
0 commit comments