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 e95bea7 commit 6a55823
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions actions/commit_pr_and_merge/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -78,11 +78,10 @@ runs:
- name: Kat Sophia test
shell: bash
run: |
echo $GITHUB_TOKEN
export GITHUB_TOKEN=${{ inputs.github_token == '' && github.token || inputs.github_token }}
gh auth login
echo "${{ inputs.github_token == '' && github.token || inputs.github_token }}" | gh auth login --with-token # Correct way
gh auth status
gh repo view UnifiedID2/uid2-deployment
- name: Merge PR
run: gh pr merge --delete-branch $PR_URL $MERGE_PR_STRATEGY $ADMIN_ACCESS
if: steps.changes.outputs.changes_exist == 'true'
Expand Down

0 comments on commit 6a55823

Please sign in to comment.