-
-
Notifications
You must be signed in to change notification settings - Fork 406
Fails to push when single-commit: true #665
Copy link
Copy link
Closed
Labels
bug 🐝This issue describes a bug.This issue describes a bug.hacktoberfest🎃 Hacktoberfest related changes.🎃 Hacktoberfest related changes.help wanted ❕Extra attention is neededExtra attention is neededversion 4Issues related to version 4 of this action.Issues related to version 4 of this action.
Milestone
Metadata
Metadata
Assignees
Labels
bug 🐝This issue describes a bug.This issue describes a bug.hacktoberfest🎃 Hacktoberfest related changes.🎃 Hacktoberfest related changes.help wanted ❕Extra attention is neededExtra attention is neededversion 4Issues related to version 4 of this action.Issues related to version 4 of this action.
Describe the bug
Fails to push when using
single-commit: trueReproduction Steps
Check this section, which is the exact setup used for the failed CI run (linked below).
I believe this only occurs because I use the
mainbranch name, but I have not tested it when usingmaster.Logs
https://github.com/time-rs/time/runs/2314741348?check_suite_focus=true#step:7:43
Additional Comments
This works fine when
single-commit: trueis not present.