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 faa031e commit fbd3f10Copy full SHA for fbd3f10
.github/workflows/ant.yml
@@ -10,16 +10,14 @@ on:
10
branches:
11
- master
12
- $default-branch
13
- schedule:
14
- - cron: "1 5 * * 6"
15
workflow_dispatch:
16
17
jobs:
18
call-workflow:
19
strategy:
20
matrix:
21
josm-revision: ["", "r18877"]
22
- uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v1
+ uses: JOSM/JOSMPluginAction/.github/workflows/ant.yml@v2
23
with:
24
java-version: 17
25
josm-revision: ${{ matrix.josm-revision }}
.github/workflows/reports.yaml
@@ -10,4 +10,4 @@ permissions:
- uses: JOSM/JOSMPluginAction/.github/workflows/reports.yaml@v1
+ uses: JOSM/JOSMPluginAction/.github/workflows/reports.yaml@v2
0 commit comments