Fix an issue where a custom source would have "&" for the first query parameter instead of "?" #203
Workflow file for this run
This file contains 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
name: Java CI | |
on: | |
push: | |
branches: | |
- master | |
- $default-branch | |
- $protected-branches | |
pull_request: | |
branches: | |
- master | |
- $default-branch | |
workflow_dispatch: | |
jobs: | |
call-workflow: | |
strategy: | |
matrix: | |
josm-revision: ["", "r18877"] | |
uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2 | |
with: | |
java-version: 17 | |
josm-revision: ${{ matrix.josm-revision }} | |
plugin-jar-name: 'mapwithai' | |
perform-revision-tagging: ${{ matrix.josm-revision == 'r18877' && github.repository == 'JOSM/MapWithAI' && github.ref_type == 'branch' && github.ref_name == 'master' && github.event_name != 'schedule' && github.event_name != 'pull_request' }} | |
secrets: inherit | |