Skip to content

Commit

Permalink
Test
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Feb 14, 2025
1 parent d7ca03e commit 2323e89
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions actions/commit_pr_and_merge/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,8 @@ runs:
shell: bash
run: |
echo ${{ inputs.github_token == '' && 'no github token' || inputs.github_token }}
gh auth status
echo $GITHUB_TOKEN
- name: Merge PR
run: gh pr merge $PR_URL $MERGE_PR_STRATEGY $ADMIN_ACCESS
Expand Down

0 comments on commit 2323e89

Please sign in to comment.