dropshell/runner/examples/env_vars.json
Your Name a3914f8167
Some checks failed
Dropshell Test / Build_and_Test (push) Failing after 21s
.
2025-05-10 13:01:24 +12:00

1 line
159 B
JSON

{"command":"bash","args":["-c","echo Hello $NAME, the current directory is $PWD"],"env":{"NAME":"Runner","CUSTOM_VAR":"This is a custom environment variable"}}