File tree Expand file tree Collapse file tree 2 files changed +14
-18
lines changed
hugoalh.GitHubActionsToolkit/module Expand file tree Collapse file tree 2 files changed +14
-18
lines changed Original file line number Diff line number Diff line change @@ -18,26 +18,22 @@ jobs:
18
18
> ${{github.event.repository.description}}
19
19
20
20
Version ${{github.event.release.name}} (${{github.event.release.tag_name}}) just released!
21
+ timestamp: "${{github.event.release.published_at}}"
21
22
color: "#0072C6"
22
23
thumbnail:
23
24
url: "https://i.imgur.com/OhKCMwk.png"
25
+ author:
26
+ name: "${{github.event.release.author.login}}"
27
+ url: "${{github.event.release.author.html_url}}"
28
+ icon_url: "${{github.event.release.author.avatar_url}}"
24
29
fields:
25
- - name: "GitHub: ${{github.event.repository.full_name}}"
26
- value: "${{github.event.repository.html_url}}"
27
- inline: true
28
- - name: "GitHub Repository Release & Changelog"
29
- value: "${{github.event.release.html_url}}"
30
- inline: true
31
- - name: "PowerShell Gallery"
32
- value: "https://www.powershellgallery.com/packages/hugoalh.GitHubActionsToolkit"
33
- inline: true
34
- - name: "."
35
- value: "."
30
+ - name: "Repositories"
31
+ value: |
32
+ **- GitHub (${{github.event.repository.full_name}}):** ${{github.event.repository.html_url}}
33
+ inline: false
34
+ - name: "Releases"
35
+ value: |
36
+ **- GitHub (& Changelog):** ${{github.event.repository.html_url}}
37
+ **- PowerShell Gallery:** https://www.powershellgallery.com/packages/hugoalh.GitHubActionsToolkit
36
38
inline: false
37
- - name: "Author"
38
- value: "${{github.event.release.author.login}}"
39
- inline: true
40
- - name: "Publish Time"
41
- value: "${{github.event.release.published_at}}"
42
- inline: true
43
39
wait : " true"
Original file line number Diff line number Diff line change @@ -51,7 +51,7 @@ Function Restore-Cache {
51
51
}
52
52
[String []]$KeysProceed = @ ()
53
53
If ($Key.Count -igt 10 ) {
54
- Write-Warning - Message ' Keys are limit to maximum count of 10! Only first 10 keys will use.'
54
+ Write-Warning - Message ' Keys are limit to maximum count of 10! Only first 10 keys will be use.'
55
55
$KeysProceed += $Key |
56
56
Select-Object - First 10
57
57
}
You can’t perform that action at this time.
0 commit comments