Skip to content

Commit

Permalink
Merge pull request #1435 from Azure/jcotillo/update_rp_in_autogen_check
Browse files Browse the repository at this point in the history
Update RP in autogenlist check
  • Loading branch information
jorgecotillo committed Dec 21, 2020
2 parents c8a2a21 + b7d71f7 commit 9cd73d3
Showing 1 changed file with 3 additions and 9 deletions.
12 changes: 3 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,13 +58,7 @@ jobs:
echo $check_result;
done <<< "$exec";
echo "AUTOGENLIST_CHECK_RESULT=$check_result" >> $GITHUB_ENV;
if [ $check_result == 'false' ] ; then
exit 1
fi
working-directory: ./generator

- name: Automerge
if: ${{ env.AUTOGENLIST_CHECK_RESULT == 'true' }}
uses: "pascalgn/automerge-action@v0.12.0"
env:
GITHUB_TOKEN: "${{ secrets.GITHUB_TOKEN }}"
MERGE_LABELS: ""
UPDATE_LABELS: ""

0 comments on commit 9cd73d3

Please sign in to comment.