Skip to content

Commit

Permalink
git add - 2
Browse files Browse the repository at this point in the history
  • Loading branch information
ric-evans committed Jul 29, 2024
1 parent fd34fc0 commit bbd67d0
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 @@ -102,7 +102,7 @@ runs:
echo "version = \"0.0.0\"" >> pyproject.toml
# commit, push, exit
msg="added pyproject.toml -- user needs to set 'project.version'"
git add
git add .
git commit -m "<bot> $msg"
git push
echo $mgs
Expand Down

0 comments on commit bbd67d0

Please sign in to comment.