Compare commits

...

9 Commits

Author SHA1 Message Date
Lunny Xiao
df5bacfff9 Use gitea.com domain 2022-06-05 20:10:34 +08:00
github-actions[bot]
82e37a11c9 Update versions-manifest (#55)
Co-authored-by: Service account <no-reply@microsoft.com>
2022-06-02 09:30:33 +03:00
github-actions[bot]
57ea5543a0 Update versions-manifest (#54) 2022-05-11 12:27:52 +04:00
Marko Zivic
6ac541a152 Merge pull request #53 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 04/15/2022
2022-04-15 10:45:49 +02:00
Service account
710d16ce77 Update versions-manifest 2022-04-15 06:06:18 +00:00
Ethan Chiu
b591576203 Merge pull request #51 from actions/ethanchewy/add-slack
Add back slack notification
2022-03-16 10:26:42 -07:00
Ethan Chiu
b97793e13e Add back slack notification 2022-03-16 10:11:36 -07:00
Brian Cristante
b844ed6c6d Merge pull request #50 from actions/update-versions-manifest-file
[versions-manifest] Update for release from 03/15/2022
2022-03-16 11:00:54 -04:00
Service account
8a0545cb70 Update versions-manifest 2022-03-15 21:23:15 +00:00
2 changed files with 601 additions and 370 deletions

View File

@@ -51,7 +51,10 @@ jobs:
run: |
$pipelineUrl = "$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY/actions/runs/$env:GITHUB_RUN_ID"
$message = "The following versions of '${{ env.TOOL_NAME }}' are available to upload: ${{ env.TOOL_VERSIONS }}\nLink to the pipeline: $pipelineUrl"
echo "$message"
./helpers/get-new-tool-versions/send-slack-notification.ps1 -Url "${{ secrets.SLACK_CHANNEL_URL }}" `
-ToolName "${{ env.TOOL_NAME }}" `
-ImageUrl "https://golang.org/lib/godoc/images/footer-gopher.jpg" `
-Text "$message"
trigger_builds:
name: Trigger builds
@@ -88,4 +91,7 @@ jobs:
run: |
$pipelineUrl = "$env:GITHUB_SERVER_URL/$env:GITHUB_REPOSITORY/actions/runs/$env:GITHUB_RUN_ID"
$message = "The build of the '${{ env.TOOL_NAME }}' detection pipeline failed :progress-error:\nLink to the pipeline: $pipelineUrl"
echo "$message"
./helpers/get-new-tool-versions/send-slack-notification.ps1 -Url "${{ secrets.SLACK_CHANNEL_URL }}" `
-ToolName "${{ env.TOOL_NAME }}" `
-Text "$message" `
-ImageUrl "https://golang.org/lib/godoc/images/footer-gopher.jpg"

File diff suppressed because it is too large Load Diff