Skip to content

Commit

Permalink
CI: test add-and-commit with no args
Browse files Browse the repository at this point in the history
this is no ideal since the args are there to prevent accidental pushing of new files to the repo (which this action should never do) as well as overwriting other repo commits that might have been pushed since this action started
  • Loading branch information
theofficialgman committed Jan 27, 2024
1 parent 88e8e05 commit ccc7233
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/update_apps.yml
Original file line number Diff line number Diff line change
Expand Up @@ -378,8 +378,6 @@ jobs:
uses: EndBug/add-and-commit@v9
with:
default_author: github_actions
fetch: false
add: '--refresh'
message: |
Update App Versions, run by GitHub Actions - Apps updated:
Expand Down

0 comments on commit ccc7233

Please sign in to comment.