We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 18489ea commit 8ac8d6bCopy full SHA for 8ac8d6b
.github/workflows/assigner-workflow.yml
@@ -75,7 +75,7 @@ jobs:
75
GITHUB_TOKEN: ${{ secrets.ZB_PR_ASSIGNER_GITHUB_TOKEN }}
76
run: |
77
if [ -f "./pr/manifest_areas.json" ]; then
78
- ARGS-"--areas ./pr/manifest_areas.json"
+ ARGS="--areas ./pr/manifest_areas.json"
79
else
80
ARGS=""
81
fi
0 commit comments