We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 39e515f commit 43d28fbCopy full SHA for 43d28fb
.github/workflows/appcd-iac-pr-diff.yml
@@ -23,7 +23,7 @@ jobs:
23
APPCD_TOKEN: ${{ secrets.APPCD_TOKEN }}
24
APPCD_URL: ${{ secrets.APPCD_URL }}
25
run: |
26
- mkdir -p artifact/main/
+ mkdir -p artifact/main/ ./tmp
27
docker run --rm \
28
--workdir=/app/scan \
29
-e APPCD_TOKEN=$APPCD_TOKEN \
@@ -57,7 +57,7 @@ jobs:
57
58
59
60
- mkdir -p artifact/${{ steps.extract_branch.outputs.branch }}/
+ mkdir -p artifact/${{ steps.extract_branch.outputs.branch }}/ ./tmp
61
62
63
-v ./pr_branch/:/app/scan \
0 commit comments