diff --git a/actions/commit_pr_and_merge/action.yaml b/actions/commit_pr_and_merge/action.yaml index d0ae6ef..2a228bb 100644 --- a/actions/commit_pr_and_merge/action.yaml +++ b/actions/commit_pr_and_merge/action.yaml @@ -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