mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #2042] [CLOSED] Follow local action symlink #2247
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#2247
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?
📋 Pull Request Information
Original PR: https://github.com/nektos/act/pull/2042
Author: @ThantZawLyn
Created: 10/11/2023
Status: ❌ Closed
Base:
follow_local_action_symlink← Head:follow_local_action_symlink📝 Commits (10+)
4810f69build(deps): bump github.com/moby/buildkit from 0.11.6 to 0.12.0 (#1917)83b0a5bAdd new CLI flag to log just the job id and not the entire job name (#1920)67f4baalocal runner doc (#1911)17bf4fcbuild(deps): bump github.com/go-git/go-git/v5 from 5.7.0 to 5.8.0 (#1925)d720ff0build(deps): bump github.com/docker/docker (#1933)8e6c7c1build(deps): bump github.com/docker/cli (#1932)8bf10cfbuild(deps): bump github.com/go-git/go-git/v5 from 5.8.0 to 5.8.1 (#1934)d5d8548chore: bump VERSION to 0.2.49c812715build(deps): bump github.com/moby/buildkit from 0.12.0 to 0.12.1 (#1947)74b74e8build(deps): bump golang.org/x/term from 0.10.0 to 0.11.0 (#1948)📊 Changes
1524 files changed (+468603 additions, -567 deletions)
View changed files
📝
.github/actions/run-tests/action.yml(+1 -1)📝
.github/workflows/checks.yml(+4 -4)📝
.github/workflows/release.yml(+7 -10)📝
CONTRIBUTING.md(+1 -1)📝
README.md(+21 -0)📝
VERSION(+1 -1)📝
cmd/input.go(+1 -0)📝
cmd/root.go(+6 -3)📝
go.mod(+29 -24)📝
go.sum(+70 -93)📝
pkg/container/container_types.go(+6 -5)📝
pkg/container/docker_build.go(+2 -2)📝
pkg/container/docker_run.go(+9 -1)📝
pkg/container/host_environment.go(+32 -1)📝
pkg/exprparser/interpreter.go(+21 -22)📝
pkg/model/action.go(+5 -2)📝
pkg/model/planner.go(+2 -4)📝
pkg/model/planner_test.go(+22 -0)📝
pkg/model/workflow.go(+1 -1)📝
pkg/runner/action.go(+19 -12)...and 80 more files
📄 Description
No description provided
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.