Skip to content

Commit

Permalink
Update .github/actions/send-slack-notification/action.yml
Browse files Browse the repository at this point in the history
Co-authored-by: Anahide Tchertchian <[email protected]>
  • Loading branch information
wojciech-piotrowiak and atchertchian authored Oct 6, 2023
1 parent 76b34c8 commit 266ac5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/send-slack-notification/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ inputs:
runs:
using: composite
steps:
- name: validate token
if: ${{ inputs.token == '' }}
- name: Validate token
if: inputs.token == ''
uses: actions/github-script@v3
with:
script: |
Expand Down

0 comments on commit 266ac5e

Please sign in to comment.