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.
2 parents 01fa120 + 26377a7 commit 1dce0e1Copy full SHA for 1dce0e1
action.yml
@@ -46,6 +46,7 @@ runs:
46
- uses: actions/checkout@v4
47
with:
48
ref: "${{ github.event.pull_request.base.ref }}" # We want to always get the default branch ref.
49
+ token: ${{ inputs.github_token || github.token }}
50
- name: Create pull request
51
run: |
52
if [ "${{ github.event_name }}" == "pull_request" ] && [ "${{ github.event.action }}" == "closed" ]; then
0 commit comments