File tree Expand file tree Collapse file tree 12 files changed +12
-12
lines changed
algoliasearch-client-csharp/.github/workflows
algoliasearch-client-dart/.github/workflows
algoliasearch-client-go/.github/workflows
algoliasearch-client-javascript/.github/workflows
algoliasearch-client-java/.github/workflows
algoliasearch-client-kotlin/.github/workflows
algoliasearch-client-php/.github/workflows
algoliasearch-client-python/.github/workflows
algoliasearch-client-ruby/.github/workflows
algoliasearch-client-scala/.github/workflows
algoliasearch-client-swift/.github/workflows Expand file tree Collapse file tree 12 files changed +12
-12
lines changed Original file line number Diff line number Diff line change 31
31
},
32
32
body: JSON.stringify({
33
33
fields: {
34
- description: `Issue created by ${context.actor} at [ ${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34
+ description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
35
35
issuetype: {
36
36
id: '10001'
37
37
},
Original file line number Diff line number Diff line change 31
31
},
32
32
body: JSON.stringify({
33
33
fields: {
34
- description: `Issue created by ${context.actor} at [ ${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34
+ description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
35
35
issuetype: {
36
36
id: '10001'
37
37
},
Original file line number Diff line number Diff line change 31
31
},
32
32
body: JSON.stringify({
33
33
fields: {
34
- description: `Issue created by ${context.actor} at [ ${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34
+ description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
35
35
issuetype: {
36
36
id: '10001'
37
37
},
Original file line number Diff line number Diff line change 31
31
},
32
32
body: JSON.stringify({
33
33
fields: {
34
- description: `Issue created by ${context.actor} at [ ${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34
+ description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
35
35
issuetype: {
36
36
id: '10001'
37
37
},
Original file line number Diff line number Diff line change 31
31
},
32
32
body: JSON.stringify({
33
33
fields: {
34
- description: `Issue created by ${context.actor} at [ ${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34
+ description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
35
35
issuetype: {
36
36
id: '10001'
37
37
},
Original file line number Diff line number Diff line change 31
31
},
32
32
body: JSON.stringify({
33
33
fields: {
34
- description: `Issue created by ${context.actor} at [ ${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34
+ description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
35
35
issuetype: {
36
36
id: '10001'
37
37
},
Original file line number Diff line number Diff line change 31
31
},
32
32
body: JSON.stringify({
33
33
fields: {
34
- description: `Issue created by ${context.actor} at [ ${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34
+ description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
35
35
issuetype: {
36
36
id: '10001'
37
37
},
Original file line number Diff line number Diff line change 31
31
},
32
32
body: JSON.stringify({
33
33
fields: {
34
- description: `Issue created by ${context.actor} at [ ${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34
+ description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
35
35
issuetype: {
36
36
id: '10001'
37
37
},
Original file line number Diff line number Diff line change 31
31
},
32
32
body: JSON.stringify({
33
33
fields: {
34
- description: `Issue created by ${context.actor} at [ ${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34
+ description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
35
35
issuetype: {
36
36
id: '10001'
37
37
},
Original file line number Diff line number Diff line change 31
31
},
32
32
body: JSON.stringify({
33
33
fields: {
34
- description: `Issue created by ${context.actor} at [ ${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34
+ description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
35
35
issuetype: {
36
36
id: '10001'
37
37
},
Original file line number Diff line number Diff line change 31
31
},
32
32
body: JSON.stringify({
33
33
fields: {
34
- description: `Issue created by ${context.actor} at [ ${context.payload.issue.html_url}](${context.payload.issue.html_url}) \n\n${body}`,
34
+ description: `Issue created by ${context.actor} at ${context.payload.issue.html_url} \n\n${body}`,
35
35
issuetype: {
36
36
id: '10001'
37
37
},
Original file line number Diff line number Diff line change @@ -8,7 +8,7 @@ repositories {
8
8
9
9
java {
10
10
toolchain {
11
- languageVersion = JavaLanguageVersion . of(21 )
11
+ languageVersion = JavaLanguageVersion . of(17 )
12
12
vendor = JvmVendorSpec . ADOPTIUM
13
13
}
14
14
}
You can’t perform that action at this time.
0 commit comments