We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f140ded commit 71367b3Copy full SHA for 71367b3
1 file changed
.github/workflows/ci-cd.yml
@@ -50,9 +50,9 @@ jobs:
50
run: |
51
./bin/chisel --help
52
cd /tmp
53
- ./bin/chisel init test-project
+ $GITHUB_WORKSPACE/bin/chisel init test-project
54
cd test-project
55
- ./bin/chisel plan --module modules/webserver.yaml --inventory inventory/hosts.yaml
+ $GITHUB_WORKSPACE/bin/chisel plan --module modules/webserver.yaml --inventory inventory/hosts.yaml
56
57
release:
58
needs: test
0 commit comments