Fix check_and_update_jdk script by catching missing test URL. #648
Workflow file for this run
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| on: | |
| push: | |
| branches: | |
| - master | |
| jobs: | |
| triage: | |
| runs-on: ubuntu-latest | |
| steps: | |
| - uses: mschilde/auto-label-merge-conflicts@8c6faa8a252e35ba5e15703b3d747bf726cdb95c | |
| with: | |
| CONFLICT_LABEL_NAME: "has conflicts" | |
| GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} |