Skip to content

Commit

Permalink
Add debug message
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine committed Nov 18, 2024
1 parent b99baa8 commit 301f8d7
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions actions/commit_pr_and_merge/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,13 @@ runs:
PR_URL: ${{ steps.create-pr.outputs.pull-request-url }}
MERGE_PR_STRATEGY: ${{ github.ref_protected == 'true' && '--merge' || '--rebase' }}
ADMIN_ACCESS: ${{ inputs.admin_access == 'true' && '--admin' || '' }}

- name: Test
shell: bash
run: |
echo ${{ github.event.inputs.tag }}
echo ${{ github.event.inputs.tag != '' }}
echo ${{ steps.changes.outputs.changes_exist }}
- name: Tag commit
uses: actions/github-script@v7
Expand Down

0 comments on commit 301f8d7

Please sign in to comment.