mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #747] Issue: Unable to set GitHub environment variable #469
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#469
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 @SeanWrightSec on GitHub (Jul 1, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/747
System information
act: catthehacker/ubuntu:act-latestactversion: 0.2.23Expected behaviour
I've attempting to set an environment variable within an entrypoint script in an action:
Actual behaviour
When running this action I get the following error:
/entrypoint.sh: line 10: /var/run/act/workflow/envs.txt: No such file or directoryWorkflow and/or repository
actactoutputLog
@SeanWrightSec commented on GitHub (Jul 1, 2021):
When I had a look at the Docker container for act, the file does appear to be there:
@github-actions[bot] commented on GitHub (Aug 1, 2021):
Issue is stale and will be closed in 14 days unless there is new activity
@catthehacker commented on GitHub (Aug 9, 2021):
I think that's because we don't mount
/var/run/actinto nested containers but will need to take a look at code@github-actions[bot] commented on GitHub (Sep 9, 2021):
Issue is stale and will be closed in 14 days unless there is new activity