-
-
Notifications
You must be signed in to change notification settings - Fork 122
Closed
Labels
type: bugVerified problems that need to be worked onVerified problems that need to be worked on
Description
When using:
uses: EndBug/add-and-commit@v7
with:
tag: 'v1.0.0 --annotate --file=message.txt'
the last argument gets parsed as --file
=message.txt
, when it should be parsed to just --file=message.txt
.
This results in the following error:
> Tagging commit...
##[error]Error: fatal: could not open or read '=message.txt': No such file or directory
##[error]Error: fatal: could not open or read '=message.txt': No such file or directory
> Pushing commit to repo...
Caused by #174 which fixed another bug and created this regression.
Metadata
Metadata
Assignees
Labels
type: bugVerified problems that need to be worked onVerified problems that need to be worked on