mirror of
https://github.com/nektos/act.git
synced 2026-04-26 09:25:54 +03:00
[GH-ISSUE #590] Issue: gcloud action works on GitHub but fails locally #393
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#393
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 @bn185068 on GitHub (Mar 29, 2021).
Original GitHub issue: https://github.com/nektos/act/issues/590
Act version
Expected behaviour
I'm running Github Action gcloud, and I'm running gsutil to copy data from a storage bucket to the local directory. I expected the action to download the appropriate data from the bucket to the local container.
Actual behaviour
The action builds and runs
act-actions-hub-gcloud-master:latestand fails at the entrypoint.sh script line 59.Note: This action works properly if pushed to the repo, but fails locally with act.
Workflow and/or repository
workflow
Steps to reproduce
I'm using a private repo, so I cannot share my codebase; however, to reproduce, you should be able to do the following:
ci.secretsfile and addGCLOUD_PROJECT_ID,GOOGLE_APPLICATION_CREDENTIALSbase64 encoded andBUCKET_NAMEact -W build.yml --secret-file ci.secretsactoutputLog
@github-actions[bot] commented on GitHub (Apr 29, 2021):
Issue is stale and will be closed in 14 days unless there is new activity