Skip to content
This repository has been archived by the owner on Jun 25, 2024. It is now read-only.

Commit

Permalink
Update for merge only
Browse files Browse the repository at this point in the history
Co-authored-by: Nick Thompson <[email protected]>
  • Loading branch information
sl45082 and Nick-NCSU authored May 16, 2023
1 parent 4ad0520 commit 0a00553
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/integration-deployment.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,6 +71,6 @@ jobs:
- name: Enable Automerge
if: steps.create_pull_request.outputs.pull-request-operation == 'created'
shell: bash
run: gh pr merge --squash --auto "${{ steps.create_pull_request.outputs.pull-request-url }}"
run: gh pr merge --merge --auto "${{ steps.create_pull_request.outputs.pull-request-url }}"
env:
GH_TOKEN: ${{ secrets.AUTO_GITHUB_PAT_TOKEN }}

0 comments on commit 0a00553

Please sign in to comment.