addnab / docker-run-action

MIT License
209 stars 93 forks source link

Wildcards in `run:` are not expanded #53

Closed 3v1n0 closed 7 months ago

3v1n0 commented 7 months ago

If in the run step some command (when using shell: bash does something like ls foo_* no file is found.

3v1n0 commented 7 months ago

mh, no I feel the problem was how the environment variables are exposed.