Skip to content

Commit

Permalink
try to autocommit in manual run
Browse files Browse the repository at this point in the history
  • Loading branch information
eltorio committed Jan 24, 2024
1 parent d53f230 commit afc5434
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual_run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,4 +31,4 @@ jobs:
git config --global user.name 'Auto commit'
git config --global user.email 'action@highcanfly.club'
git add repo charts
git diff --quiet && git diff --staged --quiet || (git commit -m "Update repo and charts directories"; git push)
git diff --quiet && git diff --staged --quiet || (git add -A ; git commit -m "Update repo and charts directories"; git push)

0 comments on commit afc5434

Please sign in to comment.