Skip to content

Commit

Permalink
Don't branch or push. Let the PR action do that
Browse files Browse the repository at this point in the history
  • Loading branch information
briandfoy committed Apr 10, 2023
1 parent e7c77e0 commit 3a264dd
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update_range_message.yml
Expand Up @@ -55,10 +55,8 @@ jobs:
run: |
echo
git diff
git checkout -b ${{env.PR_BRANCH_NAME}}
git add lib/Business/ISBN/RangeMessage.xml lib/Business/ISBN/Data.pm
git commit -m "RangeMessage.xml for ${{ env.NEW_VERSION }}" lib/Business/ISBN/RangeMessage.xml lib/Business/ISBN/Data.pm
git push origin ${{env.PR_BRANCH_NAME}}
echo "CHANGES_PUSHED=1" >> $GITHUB_ENV
- name: Create Pull Request
if: ${{ env.CHANGES_PUSHED == 1 }}
Expand Down

0 comments on commit 3a264dd

Please sign in to comment.