Skip to content

Commit ec27166

Browse files
committed
update CI
1 parent cb0d0db commit ec27166

File tree

1 file changed

+12
-12
lines changed

1 file changed

+12
-12
lines changed

.github/workflow/publish.yml renamed to .github/workflows/publish.yml

Lines changed: 12 additions & 12 deletions
Original file line numberDiff line numberDiff line change
@@ -31,15 +31,15 @@ jobs:
3131
RELEASE_TITLE: ${{ env.RELEASE_VERSION }}
3232

3333
- name: Notification Slack
34-
uses: homoluctus/[email protected]
35-
if: always()
36-
with:
37-
type: ${{ job.status }}
38-
job_name: 'Deployment Notification'
39-
mention: 'here'
40-
mention_if: 'failure'
41-
icon_emoji: ':rocket:'
42-
channel: '#android-apps-website'
43-
url: ${{secrets.SLACK_WEBHOOK_URL}}
44-
commit: true
45-
token: ${{secrets.CI_LIB_TOKEN}}
34+
uses: homoluctus/[email protected]
35+
if: always()
36+
with:
37+
type: ${{ job.status }}
38+
job_name: 'Deployment Notification'
39+
mention: 'here'
40+
mention_if: 'failure'
41+
icon_emoji: ':rocket:'
42+
channel: '#android-apps-website'
43+
url: ${{secrets.SLACK_WEBHOOK_URL}}
44+
commit: true
45+
token: ${{secrets.CI_LIB_TOKEN}}

0 commit comments

Comments
 (0)