You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .github/workflows/ant.yml
+23-6Lines changed: 23 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -30,7 +30,7 @@ on:
30
30
required: false
31
31
ant-version:
32
32
type: string
33
-
default: 'apache-ant-1.10.14'
33
+
default: 'apache-ant-1.10.15'
34
34
perform-revision-tagging:
35
35
type: boolean
36
36
default: false
@@ -41,6 +41,21 @@ on:
41
41
default: 0
42
42
required: false
43
43
description: "Set to an offset for automatic tagging. For example, if the last plugin version was 100, but there are only 20 commits, then this should be 80"
44
+
repository:
45
+
type: string
46
+
default: ${{ github.repository }}
47
+
required: false
48
+
description: "A variable used for developing the GitHub Action. See actions/checkout@v4."
49
+
ref:
50
+
type: string
51
+
default: ''
52
+
required: false
53
+
description: "A variable used for developing the GitHub Action. See actions/checkout@v4."
54
+
action_version:
55
+
type: string
56
+
default: 'v3'
57
+
required: false
58
+
description: "A variable used for developing the GitHub Action."
0 commit comments