Drop josmSource from path for JOSM test pom since we are changing dir… #26
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: | |
| - main | |
| - $default-branch | |
| - $protected-branches | |
| pull_request: | |
| branches: | |
| - main | |
| - $default-branch | |
| workflow_dispatch: | |
| permissions: | |
| id-token: write | |
| attestations: write | |
| contents: write | |
| packages: write | |
| jobs: | |
| call-workflow-latest: | |
| uses: JOSM/JOSMPluginAction/.github/workflows/internal_ant.yml@main | |
| with: | |
| josm-revision: "" | |
| java-version: 17 | |
| repository: 'JOSM/Mapillary' | |
| ref: 'master' | |
| plugin-directory: 'Mapillary' | |
| plugin-jar-name: 'Mapillary' | |
| call-workflow-min: | |
| uses: JOSM/JOSMPluginAction/.github/workflows/internal_ant.yml@main | |
| with: | |
| josm-revision: "r19387" | |
| java-version: 17 | |
| repository: 'JOSM/Mapillary' | |
| ref: 'master' | |
| plugin-directory: 'Mapillary' | |
| plugin-jar-name: 'Mapillary' |