mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #5901] open source repo, hence reproduceable #1280
Labels
No labels
area/action
area/cli
area/docs
area/image
area/runner
area/workflow
backlog
confirmed/not-planned
kind/bug
kind/discussion
kind/external
kind/feature-request
kind/question
meta/duplicate
meta/invalid
meta/need-more-info
meta/resolved
meta/wontfix
meta/workaround
needs-work
pull-request
review/not-planned
size/M
size/XL
size/XXL
stale
stale-exempt
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/act#1280
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Originally created by @nnWhisperer on GitHub (Aug 14, 2025).
Original GitHub issue: https://github.com/nektos/act/issues/5901
Bug report info
Command used with act
Describe issue
Hello,
I'm trying to run the given code and receiving a quite generic error that I searched for similar issues but their solutions such as adding github_token as secret didn't resolve it. repeating a secret token resolved it, which seems to be a bug.
Link to GitHub repository
https://github.com/nnWhisperer/ansible-collection-toolkit/tree/main
Workflow content
Relevant log output
Additional information
the tester.txt file contains:
I also tested by setting it to true.
@ChristopherHX commented on GitHub (Aug 15, 2025):
checkout parameter not supported by builtin checkout of act
This means actions/checkout is executed, which asserts to have a token
Provide
GITHUB_TOKENsecret or remove parameters of checkout when run under act.e.g.
if: env.ACT@nnWhisperer commented on GitHub (Aug 15, 2025):
I reported it because this behavior isn't intuitive and hence prone to cause errors/baffle the tool users. If you say that's not a bug, fine then.