Skip to content

Commit

Permalink
Again fix the plan.json path
Browse files Browse the repository at this point in the history
  • Loading branch information
Samyak Rout committed Nov 17, 2024
1 parent d79831d commit 756c8af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/manual: Generate-TF-Plan-Diagram.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -93,7 +93,7 @@ jobs:
with:
registry: docker.io
image: im2nguyen/rover:latest
options: -v /tmp/plan.out:/sr/plan.out -p 9000:9000
options: -v /tmp/plan.json:/sr/plan.json -p 9000:9000
run: |
echo "Starting Rover Visualization"
rover -planJSONPath=/src/plan.json

0 comments on commit 756c8af

Please sign in to comment.