Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] Kustomize build invalid format for kustomize_build_output when using runner v2.306.0 #45

Open
JulesLalu opened this issue Jul 17, 2023 · 0 comments

Comments

@JulesLalu
Copy link

JulesLalu commented Jul 17, 2023

Describe the bug
Since the github runner was upgraded to v2.306.0, our kustomize-github-action fails with invalid format for the kustomize_build_output. This could be linked to the merging of following PR on the github runner repository : actions/runner#2627
I assume the way to solve this would be to update the job to follow Github Action multiline string convention : https://docs.github.com/en/actions/using-workflows/workflow-commands-for-github-actions#multiline-strings

To Reproduce
I haven't had the occasion to try the job with different kustomize build outputs, so it's hard to know if our workflow being broken is linked to the content of the output.
Parameters used are

with:
    kustomize_version: 4.5.2
    kustomize_build_dir: ${kustomize_dir}
    kustomize_comment: true
    kustomize_install: 1
    enable_alpha_plugins: 0
  env:
    TF_VAR_github_token: ***

Expected behavior
The kustomize output is correctly handled, and the workflow succeeds.

Screenshots/Actions log

Error: Unable to process file command 'output' successfully.
Error: Invalid format 'kustomize_build_output=...

Thanks in advance for your help !

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant