mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #84] [MERGED] Support GA of GitHub Actions #1350
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#1350
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/84
Author: @cplee
Created: 2/18/2020
Status: ✅ Merged
Merged: 2/18/2020
Merged by: @cplee
Base:
master← Head:act-2📝 Commits (10+)
8c49ba0initial load of yaml working6f8f063successfully able to run simple workflowsd3ef8acsupport custom shell8c41826local actions79fb587unit testseab850dsupport list/map/scalar for on and needsc6c5db3ci testsc00d692ignore actions/checkout locallyde1f383cleanup loggingb763dbfadd commands support📊 Changes
619 files changed (+131537 additions, -63797 deletions)
View changed files
➖
.github/actions/check/Dockerfile(+0 -14)➖
.github/actions/integration/Dockerfile(+0 -12)➖
.github/actions/integration/entrypoint.sh(+0 -3)➖
.github/main.workflow(+0 -48)➕
.github/workflows/check/Dockerfile(+9 -0)➕
.github/workflows/check/action.yml(+8 -0)📝
.github/workflows/check/entrypoint.sh(+1 -1)➕
.github/workflows/integration/Dockerfile(+7 -0)➕
.github/workflows/integration/action.yml(+8 -0)➕
.github/workflows/integration/entrypoint.sh(+3 -0)➕
.github/workflows/push.yml(+10 -0)➕
.github/workflows/tag.yml(+21 -0)📝
.golangci.yml(+2 -2)📝
Makefile(+3 -10)📝
README.md(+10 -30)➖
actions/action.go(+0 -47)➖
actions/api.go(+0 -51)➖
actions/graph.go(+0 -64)➖
actions/log.go(+0 -110)➖
actions/runner.go(+0 -160)...and 80 more files
📄 Description
Closes #74
support the new v2 of GitHub Actions (e.g. yaml files in
.github/workflows/). This has been a much larger effort than i first thought 😰Here's a summary of features:
.github/workflowsrun:syntaxjobs.<id>.containerusedocker urlsusegithub repo actions of typenode12usegithub repo actions of typedockeruselocal actions (e.g.use: ./.github/...)::set-outputs::..)matrixstrategiesrun: echo ${{secret.foo}}🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.