mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[PR #417] [MERGED] Act env #1445
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#1445
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/417
Author: @torbjornvatn
Created: 11/12/2020
Status: ✅ Merged
Merged: 11/18/2020
Merged by: @cplee
Base:
master← Head:ACT_env📝 Commits (10+)
fbcf06eTest more if env variants3988f0bThe correct negation syntax is !=001a926Merge upstream/master into if_env_take23c4e5faMerge upstream/master into if_env_take2c1ced5eMake the Interpolate function support negated booleans from envsa1e6239Move assert := a.New(t) into t.Runb512f9eMerge upstream/master into if_env_take276f50afRemove a stray logrus importc9ad26cAdd an ACT env set to true6522b1fAdd a description about env.ACT to the readme📊 Changes
4 files changed (+31 additions, -0 deletions)
View changed files
📝
.github/workflows/test-if.yml(+15 -0)📝
README.md(+12 -0)📝
pkg/runner/run_context.go(+1 -0)📝
pkg/runner/run_context_test.go(+3 -0)📄 Description
This can be used to skip certain steps that you don't want to run locally
when testing. E.g. steps that sends messages to Slack channels on successful
builds etc.
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.