Skip to content

Commit

Permalink
Push update changes
Browse files Browse the repository at this point in the history
  • Loading branch information
bgyori committed Aug 9, 2024
1 parent 96d1ace commit 1bfcf95
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -43,13 +43,13 @@ jobs:
git config --local user.name "GitHub Action"
git commit --all -m "📮 Automatically update"
# Not sure if this should be here or not - what if it pushes something bad that needs to be reverted?
# - name: Push changes
# if: steps.update.outputs.BR_UPDATED == 'true'
# uses: ad-m/github-push-action@master
# with:
# github_token: ${{ secrets.GITHUB_TOKEN }}
# branch: ${{ github.ref }}
# tags: true
- name: Push changes
if: steps.update.outputs.BR_UPDATED == 'true'
uses: ad-m/github-push-action@master
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: ${{ github.ref }}
tags: true
- name: Run tests, don't push to PyPI unless passing
if: steps.update.outputs.BR_UPDATED == 'true'
run: |
Expand Down

0 comments on commit 1bfcf95

Please sign in to comment.