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 c8a2a21 commit b7d71f7Copy full SHA for b7d71f7
.github/workflows/main.yml
@@ -58,13 +58,7 @@ jobs:
58
echo $check_result;
59
done <<< "$exec";
60
61
- echo "AUTOGENLIST_CHECK_RESULT=$check_result" >> $GITHUB_ENV;
+ if [ $check_result == 'false' ] ; then
62
+ exit 1
63
+ fi
64
working-directory: ./generator
-
- - name: Automerge
65
- if: ${{ env.AUTOGENLIST_CHECK_RESULT == 'true' }}
66
- uses: "pascalgn/automerge-action@v0.12.0"
67
- env:
68
- GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
69
- MERGE_LABELS: ""
70
- UPDATE_LABELS: ""
0 commit comments