Skip to content

Commit 85337ef

Browse files
fixed condition when reply is empty do sed
1 parent 6754af9 commit 85337ef

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/actions/slack-message/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ runs:
4343
steps:
4444
- id: pre
4545
shell: bash
46-
if: inputs.reply != ''
46+
if: inputs.reply == ''
4747
env:
4848
status_msg: ${{ inputs.status_msg }}
4949
status_file: ${{ inputs.status_file }}

0 commit comments

Comments
 (0)