bea32d5651
* fix: align other Docker executors to print action * fix: formatting * fix: add proper workdir support * fix: replace script filepath after slice creation * fix: match substring so it works for pwsh + rename containerPath to scriptPath to reflect what value it contains
7 lines
103 B
YAML
7 lines
103 B
YAML
---
|
|
jobs:
|
|
dir-with-spaces:
|
|
runs-on: ubuntu-latest
|
|
steps:
|
|
- run: echo "$PWD"
|
|
'on': push
|