fjogeleit / yaml-update-action

Update YAML property with dynamic values

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

HttpError: Not Found

sonomirco opened this issue · comments

Hi there,
I am trying to use this action, I have set the step in this way.
image

But I have all the time the HttpError: Not Found.
I have the same error using your example, creating a branch and a PR.
https://github.com/fjogeleit/yaml-update-action#update-helm-chart-after-a-new-docker-image-was-build

Looking forward to your help.
Thanks.

Hey, what is your default branch? If it’s main you have to configure it because for compatibility reason the default value is master

My default branch is main, so I tested adding targetBranch: main and masterBranchName: main but still an error.

image

I think the branch name should be only lowercase. Can you check another branch name without uppercase letters

Ok, now is working ;)
image

Thanks for the help 👍

Great, you are welcome