Skip to content

Commit 71c940a

Browse files
omeheganpzeballos
andauthored
Update README.md
Co-authored-by: Pol (Paula) <pzeballos@users.noreply.github.com>
1 parent baa3121 commit 71c940a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -173,7 +173,7 @@ When set to true, it will activate interpolation of variables in the elements of
173173

174174
⚠️ Important: this is considered an unsafe option as the most compatible way to achieve this is to run the strings through `eval` which could lead to arbitrary code execution or information leaking if you don't have complete control of the pipeline.
175175

176-
Note: Runtime variables like `BUILDKITE_RETRY_COUNT` may not expand reliably as Buildkite interpolates pipeline YAML at upload time, before this plugin runs. In cases such as this, consider using [Runtime variable interpolation](https://buildkite.com/docs/pipelines/configure/environment-variables#runtime-variable-interpolation)
176+
Note: Runtime variables like `BUILDKITE_RETRY_COUNT` may not expand reliably as Buildkite interpolates pipeline YAML at upload time, before this plugin runs. In cases such as this, escape the `$`character using `$$` or `\$` to ensure [they are interpolated at runtime](https://buildkite.com/docs/pipelines/configure/environment-variables#runtime-variable-interpolation)
177177

178178
### `ignore-missing` (boolean)
179179

0 commit comments

Comments
 (0)