mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #27] [MERGED] Replace parser with new parser from GitHub #1330
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#1330
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/27
Author: @cplee
Created: 2/7/2019
Status: ✅ Merged
Merged: 2/7/2019
Merged by: @cplee
Base:
master← Head:parser📝 Commits (6)
5d0a8d2replace parser with actions/workflow-parserecae898add tests for various actionsbc5c23efix #24 - support both branch refs and hash refs3e04312update to latest version of action parser4b61fb3pin to v1.0.0 of github action parsereed5849skip integration test in GH actions📊 Changes
189 files changed (+26258 additions, -3997 deletions)
View changed files
📝
.github/actions/check/entrypoint.sh(+1 -1)📝
Makefile(+1 -1)📝
actions/action.go(+28 -63)➕
actions/graph.go(+64 -0)➖
actions/model.go(+0 -129)➖
actions/parser.go(+0 -140)➖
actions/parser_test.go(+0 -161)📝
actions/runner.go(+43 -19)📝
actions/runner_exec.go(+87 -36)📝
actions/runner_test.go(+28 -72)📝
actions/testdata/action1/Dockerfile(+0 -0)📝
actions/testdata/action2/Dockerfile(+0 -0)📝
actions/testdata/basic.workflow(+1 -1)➕
actions/testdata/env.workflow(+9 -0)➕
actions/testdata/fail.workflow(+13 -0)➕
actions/testdata/gitref.workflow(+14 -0)➕
actions/testdata/pipe.workflow(+13 -0)➕
actions/testdata/regex.workflow(+9 -0)📝
common/git.go(+19 -12)📝
container/docker_run.go(+1 -1)...and 80 more files
📄 Description
https://github.com/actions/workflow-parser
Fix #16
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.