Skip to content

Commit

Permalink
whitespace
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Aug 24, 2023
1 parent 87a7312 commit 67ca935
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_range_message.yml
Expand Up @@ -86,7 +86,7 @@ jobs:
echo "Approving pull request <${{ steps.pull-request.outputs.pull-request-number }}>"
gh pr review --approve ${{ steps.pull-request.outputs.pull-request-number }}
echo "Merging pull request <${{ steps.pull-request.outputs.pull-request-number }}>"
gh pr merge ${{ steps.pull-request.outputs.pull-request-number }} --admin --squash
gh pr merge ${{ steps.pull-request.outputs.pull-request-number }} --admin --squash
- name: Clean up
continue-on-error: true
if: ${{ env.RANGE_MESSAGES_SAME == 0 }}
Expand Down

0 comments on commit 67ca935

Please sign in to comment.