mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #250] env at the root level not taken into account #172
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#172
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 @sdebruyn on GitHub (May 19, 2020).
Original GitHub issue: https://github.com/nektos/act/issues/250
Github Workflow syntax allows you to use an
envblock at the root level of the workflow: https://help.github.com/en/actions/reference/workflow-syntax-for-github-actions#envIt seems like the values I've put here are ignored.
E.g.
First part of the logs:
@github-actions[bot] commented on GitHub (Jul 20, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@github-actions[bot] commented on GitHub (Sep 19, 2020):
Issue is stale and will be closed in 7 days unless there is new activity
@sdebruyn commented on GitHub (Sep 19, 2020):
Still not implemented AFAIK
@github-actions[bot] commented on GitHub (Jan 8, 2021):
Issue is stale and will be closed in 7 days unless there is new activity
@sdebruyn commented on GitHub (Jan 8, 2021):
Still not implemented AFAIK
@felpel commented on GitHub (Feb 14, 2021):
I can confirm this is the case. I try to set the version for Node.JS there and it doesn't seem to be taken in account:
@github-actions[bot] commented on GitHub (Mar 17, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@sdebruyn commented on GitHub (Mar 17, 2021):
Stop it please
@jsoref commented on GitHub (Apr 4, 2021):
initial description wfm
https://github.com/nektos/act/issues/250#issue-620813326:
node
https://github.com/nektos/act/issues/250#issuecomment-778713506:
node workflow
n.b. it's possible my image has
curl+ca-certificatesinstalled, if that's the case, you'll just want to add custom images.I'm using
47e1ba1+ a couple of PRs I've submitted, but I don't think they're relevant.@github-actions[bot] commented on GitHub (May 5, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@catthehacker commented on GitHub (Aug 9, 2021):
This seems to work now.