Skip to content

Commit

Permalink
Update remote.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
larsbuntemeyer authored Dec 11, 2024
1 parent 2c8e6d9 commit 6d6ae68
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/remote.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -51,8 +51,8 @@ jobs:
if [ $changed -ne 0 ]; then
echo "committing updates plots!"
git add catalog.csv catalog.xlsx
git commit --author="github-actions[bot] <github-actions[bot]@users.noreply.github.com>" -m "catalog update"
git add plots/*
git commit --author="github-actions[bot] <github-actions[bot]@users.noreply.github.com>" -m "plot update"
git push origin main
else
echo "no change!"
Expand Down

0 comments on commit 6d6ae68

Please sign in to comment.