mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1943] Git Clone failing when running same actions parallely. #932
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#932
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 @sahithibanda01 on GitHub (Aug 2, 2023).
Original GitHub issue: https://github.com/nektos/act/issues/1943
Bug report info
Command used with act
Describe issue
We are trying to run same github actions in parallel and it is intermitently failing while doing the git clone.
Action name:
actions/hello-world-javascript-action@v1.1Link to GitHub repository
https://github.com/actions/hello-world-javascript-action
Workflow content
Relevant log output
@raghavharness commented on GitHub (Aug 2, 2023):
Sometimes we also get this error when running any github action parallely.
@ChristopherHX commented on GitHub (Aug 2, 2023):
I wanted to address this in https://github.com/nektos/act/pull/1913 and followups. To make downloading actions thread safe.
One big problem is getting things merged step by step and getting reviews. Nothing I can do as a single maintainer, my PR's require two approvals from other maintainers however most maintainer disappeared recently and only cplee (owner) can merge anything.
@github-actions[bot] commented on GitHub (Jan 30, 2024):
Issue is stale and will be closed in 14 days unless there is new activity
@ChristopherHX commented on GitHub (Jan 30, 2024):
Please confirm if the next act release fixes the issue using the feature flag
--use-new-action-cacheNote this flag enables a complete rewrite how actions are cloned
I need feedback to know when it's time to make it the new default.
@github-actions[bot] commented on GitHub (Jul 29, 2024):
Issue is stale and will be closed in 14 days unless there is new activity