Skip to content

Commit

Permalink
remove git push command
Browse files Browse the repository at this point in the history
  • Loading branch information
yasirroni committed Jun 25, 2024
1 parent 181a43a commit c0893a8
Showing 1 changed file with 0 additions and 7 deletions.
7 changes: 0 additions & 7 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,13 +45,6 @@ jobs:
env:
DATE: ${{ steps.run_pru.outputs.update_date }}

- name: Push changes
if: steps.run_pru.outputs.updated == 'true'
run: |
git push origin $BRANCH_NAME
env:
BRANCH_NAME: ${{ env.BRANCH_NAME }}

- name: Create Pull Request
if: steps.run_pru.outputs.updated == 'true'
uses: peter-evans/create-pull-request@v4
Expand Down

0 comments on commit c0893a8

Please sign in to comment.