Skip to content

Commit

Permalink
Remove debugging messages (#139)
Browse files Browse the repository at this point in the history
  • Loading branch information
cYKatherine authored Nov 18, 2024
1 parent 9df5ba6 commit 9305ba2
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions actions/commit_pr_and_merge/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -84,15 +84,6 @@ 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 ${{ inputs.tag }}
echo ${{ inputs.tag != '' }}
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 9305ba2

Please sign in to comment.