Error when pulling the action
See original GitHub issueHello,
I’m trying to work around the error #6 by moving our staging deployment to the master pipeline instead of listening on the deployment
event. Unfortunately, I was not able to pull the action. It returns an error when seting up the job. Maybe I’m configuring it worng?
Here is the error:
Current runner version: '2.158.0'
Prepare workflow directory
Prepare all required actions
Download action repository 'actions/checkout@v1'
Download action repository 'deliverybot/helm@v1'
##[warning]Failed to download action 'https://api.github.com/repos/deliverybot/helm/tarball/v1'. Error Response status code does not indicate success: 404 (Not Found).
##[warning]Back off 24.595 seconds before retry.
##[warning]Failed to download action 'https://api.github.com/repos/deliverybot/helm/tarball/v1'. Error Response status code does not indicate success: 404 (Not Found).
##[warning]Back off 24.547 seconds before retry.
##[error]Response status code does not indicate success: 404 (Not Found).
Here is my configuration:
- name: Deploy
uses: deliverybot/helm@v1
with:
chart: ./charts/my-chart
token: ${{ secrets.GITHUB_TOKEN }}
secrets: ${{ toJSON(secrets) }}
value_files: ${{ toJSON('["./charts/my-chart/values.yaml", "./charts/my-chart/values-staging.yaml"]') }}
release: my-chart
namespace: default
values: |
tag: ${{ github.sha }}
env:
KUBECONFIG_FILE: ${{ secrets.STAGING_KUBECONFIG }}
Can you please help me out? Of course, I’m always happy to help if I can, just let me know.
Thank you!
Issue Analytics
- State:
- Created 4 years ago
- Comments:8
Top Results From Across the Web
git - "you can't perform that action at this time" error when ...
It sounds like a permissions issue. You will need to contact the owner of that repository and check you have permissions to squash...
Read more >Solved: Get error message for the action 'on failure'
Solved: Hi, I'm trying to set up error handling in one of my flows. I have 'Create file' action and then 'Exacute strored...
Read more >Github Actions — checkout error - Jane - Medium
Github Actions — checkout error. When running this action to pull current branch code line into runner - uses: actions/checkout@v2.
Read more >Running Technique: Errors in Pulling Motion - YouTube
How do we pull our foot from the ground? The pull requires a correct effort. View this video to get a good idea.Subscribe...
Read more >Pulling and Pushing Images in the Docker Client - Harbor docs
In your Docker client is not configured for insecure registries, you will see the following error when you attempt to pull or push...
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Thanks again for reporting @italolelis - I’m trying to repro on a branch https://github.com/deliverybot/helm/tree/issue-repro so I’ll see if I get it.
Can see I tried to repro here: https://github.com/deliverybot/helm/runs/232949600
In the mean time, if you set the secret
ACTIONS_STEP_DEBUG=true
it should give you much more debugging output to view what’s going on.Great to hear, thanks for your involvement and activity in helping out the project!
On Tue, Sep 24, 2019 at 5:35 AM Ítalo Vietro notifications@github.com wrote:
–
Colin Walker colinwalker270@gmail.com | colinjfw.com | 778.709.1959