File tree Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Expand file tree Collapse file tree 1 file changed +15
-0
lines changed Original file line number Diff line number Diff line change 1111 runs-on : ubuntu-latest
1212 if : " contains(github.event.head_commit.message, 'Release')"
1313 steps :
14+ - uses : act10ns/slack@v1
15+ with :
16+ status : starting
17+ channel : ' #collection_release'
18+ env :
19+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
20+
1421 - uses : actions/checkout@v2
1522
1623 - name : Prepare Collection
6067 asset_path : ./manala-roles-${{ steps.changelog.outputs.version }}.tar.gz
6168 asset_name : manala-roles-${{ steps.changelog.outputs.version }}.tar.gz
6269 asset_content_type : application/zip
70+
71+ - uses : act10ns/slack@v1
72+ with :
73+ status : ${{ job.status }}
74+ steps : ${{ toJson(steps) }}
75+ channel : ' #collection_release'
76+ env :
77+ SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL }}
You can’t perform that action at this time.
0 commit comments