Skip to content
Snippets Groups Projects
Commit 9968f882 authored by Timo Furrer's avatar Timo Furrer
Browse files

Merge branch 'no-raw-not-supported-renovate' into 'main'

Remove usage of yq -r because renovate image does not support it

See merge request components/opentofu!112
parents e87972ce 974603a9
No related branches found
No related tags found
No related merge requests found
...@@ -11,7 +11,7 @@ docs: ...@@ -11,7 +11,7 @@ docs:
echo >> README.md echo >> README.md
echo 'The following OpenTofu versions are available with this component via the `opentofu_version` input:' >> README.md echo 'The following OpenTofu versions are available with this component via the `opentofu_version` input:' >> README.md
echo >> README.md echo >> README.md
yq -r '.".data".supported_versions | .[] | "- [`" + . + "`](https://github.com/opentofu/opentofu/releases/tag/v" + . + ")"' opentofu_versions.yaml >> README.md yq '.".data".supported_versions | .[] | "- [`" + . + "`](https://github.com/opentofu/opentofu/releases/tag/v" + . + ")"' opentofu_versions.yaml >> README.md
tail -n+2 readme1 >> README.md tail -n+2 readme1 >> README.md
rm -f readme0 readme1 readme_inputs.md rm -f readme0 readme1 readme_inputs.md
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment