Skip to content

Commit 364fb15

Browse files
committed
💚 Slack 업로드 continue-on-error 옵션 변경
1 parent 04cf27b commit 364fb15

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/mogakrunci.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -46,6 +46,7 @@ jobs:
4646
path: app/build/outputs/apk/debug/app-debug.apk
4747

4848
- uses: MeilCli/slack-upload-file@v1
49+
continue-on-error: true
4950
with:
5051
slack_token: ${{ secrets.SLACK_READ_WRITE_TOKEN }}
5152
channels: ${{ secrets.SLACK_CHANNEL_DEPLOY }}
@@ -55,6 +56,7 @@ jobs:
5556
initial_comment: '🎁 release 버전 테스트 앱!'
5657

5758
- uses: MeilCli/slack-upload-file@v1
59+
continue-on-error: true
5860
with:
5961
slack_token: ${{ secrets.SLACK_READ_WRITE_TOKEN }}
6062
channels: ${{ secrets.SLACK_CHANNEL_DEPLOY }}

0 commit comments

Comments
 (0)