diff options
Diffstat (limited to 'pkg/runner/testdata/dir with spaces')
-rw-r--r-- | pkg/runner/testdata/dir with spaces/push.yml | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/pkg/runner/testdata/dir with spaces/push.yml b/pkg/runner/testdata/dir with spaces/push.yml new file mode 100644 index 0000000..46d2602 --- /dev/null +++ b/pkg/runner/testdata/dir with spaces/push.yml @@ -0,0 +1,7 @@ +--- +jobs: + dir-with-spaces: + runs-on: ubuntu-latest + steps: + - run: echo "$PWD" +'on': push |