Trouble with setting push:
options
#320
Labels
status: pending
More info is needed before deciding what to do
status: stale
Inactive issues and PRs
Bug description
I am trying to set the options so that
git
will force push. Following the README, I originally tried to set the following option in my config:but this gave the following error:
From this, I figured that
${branch input}
was not supposed to be used literally in the command. From this SO question, I found out that${GITHUB_REF##*/}
should return the current branch, so I tried changing it to:However, this now makes it so that nothing at all is pushed:
while the log should look something like
Workflow used
Expected behavior
The
main.pdf
file would be added to the current branch in my repo.The text was updated successfully, but these errors were encountered: