We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f26b250 commit 6256e20Copy full SHA for 6256e20
.github/workflows/appcd-iac-pr-diff.yml
@@ -28,7 +28,7 @@ jobs:
28
--workdir=/code \
29
-e APPCD_TOKEN=$APPCD_TOKEN \
30
-e APPCD_URL=$APPCD_URL \
31
- -v ./main_branch:/code \
+ -v ./main_branch:/app/scan \
32
-v ./artifact/main:/artifact/main \
33
--entrypoint=appcd \
34
ghcr.io/appcd-dev/appcd-dist/appcd-cli:v0.9.1 \
@@ -54,7 +54,7 @@ jobs:
54
mkdir -p artifact/${{ steps.extract_branch.outputs.branch }}/
55
docker run --rm \
56
57
- -v ./pr_branch/:/code \
+ -v ./pr_branch/:/app/scan \
58
-v ./artifact/${{ steps.extract_branch.outputs.branch }}:/artifact/${{ steps.extract_branch.outputs.branch }} \
59
60
0 commit comments