Skip to content

Commit

Permalink
Fix name for cleanup action
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 10, 2023
1 parent 30aca54 commit e7c77e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/update_range_message.yml
Expand Up @@ -70,8 +70,8 @@ jobs:
title: Data update for ${{env.NEW_VERSION}}
delete-branch: true
branch: ${{env.PR_BRANCH_NAME}}
- name: Create Pull Request
base: master
- name: Clean up
continue-on-error: true
if: ${{ env.RANGE_MESSAGES_SAME == 0 }}
run: |
Expand Down

0 comments on commit e7c77e0

Please sign in to comment.