Skip to content

Commit 71367b3

Browse files
committed
fix: update GITHUB_WORKSPACE path instead of /tmp
1 parent f140ded commit 71367b3

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/ci-cd.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -50,9 +50,9 @@ jobs:
5050
run: |
5151
./bin/chisel --help
5252
cd /tmp
53-
./bin/chisel init test-project
53+
$GITHUB_WORKSPACE/bin/chisel init test-project
5454
cd test-project
55-
./bin/chisel plan --module modules/webserver.yaml --inventory inventory/hosts.yaml
55+
$GITHUB_WORKSPACE/bin/chisel plan --module modules/webserver.yaml --inventory inventory/hosts.yaml
5656
5757
release:
5858
needs: test

0 commit comments

Comments
 (0)