Skip to content

Commit

Permalink
Too many dollar signs in there
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 10, 2023
1 parent 3800842 commit 00970c5
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/update_range_message.yml
Expand Up @@ -69,9 +69,9 @@ jobs:
labels: "Type: data update"
title: Data update for ${{env.NEW_VERSION}}
delete-branch: true
branch: $${{env.PR_BRANCH_NAME}}
branch: ${{env.PR_BRANCH_NAME}}
- name: Create Pull Request
continue-on-error: true
if: ${{ env.RANGE_MESSAGES_SAME == 0 }}
run: |
git push origin :$${{env.PR_BRANCH_NAME}}
git push origin :${{env.PR_BRANCH_NAME}}

0 comments on commit 00970c5

Please sign in to comment.