File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -2,7 +2,6 @@ name: failureNotifications
22on :
33 workflow_run :
44 workflows :
5- - version, tag and github release
65 - publish
76 - create-github-release
87 types :
1413 steps :
1514 - name : Announce Failure
1615 id : slack
17- uses : slackapi/slack-github-action@v1.21 .0
16+ uses : slackapi/slack-github-action@v1.24 .0
1817 env :
1918 # for non-CLI-team-owned plugins, you can send this anywhere you like
2019 SLACK_WEBHOOK_URL : ${{ secrets.CLI_ALERTS_SLACK_WEBHOOK }}
Original file line number Diff line number Diff line change 1616 tag : ${{ steps.distTag.outputs.tag }}
1717 runs-on : ubuntu-latest
1818 steps :
19- - uses : actions/checkout@v3
19+ - uses : actions/checkout@v4
2020 with :
2121 ref : ${{ github.event.release.tag_name || inputs.tag }}
2222 - uses : salesforcecli/github-workflows/.github/actions/getPreReleaseTag@main
Original file line number Diff line number Diff line change 1+ # Techical writers will be added as reviewers on markdown changes.
2+ * .md @ salesforcecli/cli-docs
3+
4+ # Comment line immediately above ownership line is reserved for related other information. Please be careful while editing.
5+ # ECCN:Open Source 5D002
You can’t perform that action at this time.
0 commit comments