Skip to content

Commit

Permalink
add "ALERT" to commit
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Nov 15, 2024
1 parent 82a8f20 commit e3184f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -110,7 +110,7 @@ runs:
echo "# foo = []" >> pyproject.toml
echo "# bar = []" >> pyproject.toml
# commit, push, exit
msg="added pyproject.toml -- user needs to set values for auto-added fields"
msg="added pyproject.toml -- ALERT: user needs to set values for auto-added fields"
git add .
git commit -m "<bot> $msg"
git push
Expand Down

0 comments on commit e3184f8

Please sign in to comment.