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 ec786c0 commit 56226b0Copy full SHA for 56226b0
.github/workflows/assigner.yml
@@ -46,6 +46,7 @@ jobs:
46
env:
47
GITHUB_TOKEN: ${{ secrets.ZB_PR_ASSIGNER_GITHUB_TOKEN }}
48
run: |
49
+ west init -l . || true
50
FLAGS="-v"
51
FLAGS+=" -o ${{ github.event.repository.owner.login }}"
52
FLAGS+=" -r ${{ github.event.repository.name }}"
0 commit comments