mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #1000] Like Git does, act should also ignore the entries in git/info/exclude as well as the ones in ./.gitignore #587
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#587
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 @mattalxndr on GitHub (Feb 14, 2022).
Original GitHub issue: https://github.com/nektos/act/issues/1000
System information
act: Digest: sha256:c8897bb05bc79498622123863d4459ce4a585fabc03ec35757b5e008ef6804dd; Status: Image is up to date for ghcr.io/catthehacker/ubuntu:act-latestactversion: act version 0.2.25Expected behaviour
This is where the process stopped. I expected it would continue until the workflow was finished.
Actual behaviour
I received this error, and the process errored out:
This file caused the process to stop because it's a broken symlink in a remapped /tmp directory that I was using for development.
I didn't expect that it would be trying to access that file, since it's in my
.git/info/excludefile, which I expected to be included in the gitignore filters that are used by default to filter files being uploaded to the container.Workflow and/or repository
This is not applicable to this situation, since it never got to the workflow. To recreate, make a broken symlink in your project directory and ignore it with
.git/info/exclude. Then try any workflow and I assume it will happen.actoutputLog
By the way, I just found this project and It's already saving me a bunch of time, thanks. :-)
@github-actions[bot] commented on GitHub (Mar 17, 2022):
Issue is stale and will be closed in 14 days unless there is new activity
@mattalxndr commented on GitHub (Mar 17, 2022):
Marco...
@ZauberNerd commented on GitHub (Mar 17, 2022):
I've found: https://github.com/go-git/go-git/pull/402 which hasn't yet been released (the last release was in June 2021: https://github.com/go-git/go-git/releases/tag/v5.4.2)
@catthehacker commented on GitHub (Mar 17, 2022):
we can pin to specific commit