fix(update-artifacts-file): artifacts.json will change in the remote helm-charts repo#75
fix(update-artifacts-file): artifacts.json will change in the remote helm-charts repo#75michalby24 merged 11 commits intomasterfrom
Conversation
|
@michalby24 can you please provide a link to a github workflow which has consumed this action where we can see that the execution is working and doing what it's supposed to do? |
https://github.com/MapColonies/actions/actions/runs/16005078010 |
netanelC
left a comment
There was a problem hiding this comment.
The acrion supports only helm-charts repo, don't extend it.
What is the use of context? I don't see any usage of it. also, if you will put other value, the workflow will fail
The context is the scripts execution path, which I have hardcoded since it will not change. |
Co-authored-by: Netanel Cohen <34451523+netanelC@users.noreply.github.com>
This update modifies the update-artifacts-file action to support updating artifacts.json in a mapcolonies/helm-charts.
The action now clones the target repo, applies updates using the provided inputs, and pushes the changes back.