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 4051bdc commit f33db88Copy full SHA for f33db88
.github/actions/merge-main/action.yml
@@ -13,7 +13,7 @@ runs:
13
uses: actions/checkout@v4
14
with:
15
fetch-depth: 0
16
- token: '${{ secrets.CI_USER_PAT }}'
+ token: ${{ inputs.ci-user-pat }}
17
18
- name: Set up Git
19
shell: bash
0 commit comments