mirror of
https://github.com/nektos/act.git
synced 2026-04-26 01:15:51 +03:00
[GH-ISSUE #5969] Error downloading kubectl while using tale/kubectl-action@v1 #1308
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#1308
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 @linusjf on GitHub (Nov 18, 2025).
Original GitHub issue: https://github.com/nektos/act/issues/5969
Bug report info
Command used with act
Describe issue
I expect the workflow to download kubectl and install it in the act runner.
Link to GitHub repository
https://github.com/linusjf/chapter-8-example-3/
Workflow content
Relevant log output
Additional information
No response
@ChristopherHX commented on GitHub (Nov 21, 2025):
https://github.com/tale/kubectl-action#kubectl-action tells you
base64-kube-configis a mandatory input and one reason for action failure@linusjf commented on GitHub (Nov 21, 2025):
https://github.com/linusjf/chapter-8-example-3/blob/main/.github/workflows/deploy.yaml
Why don't you try this instead and set
if: ${{ env.LOCAL_DEPLOY == 'false' }}
to true instead ?
See if that works for you.
On Fri, 21 Nov 2025, 06:58 ChristopherHX, @.***> wrote:
@linusjf commented on GitHub (Nov 21, 2025):
On executing the script
triggerworkflowas below, I still have the download error.@codeafridi commented on GitHub (Feb 15, 2026):
hey please assign this issue to me. i will fix it
LANG=C.UTF-8to environment #1965