Skip to content

Commit

Permalink
chore: remove extra space
Browse files Browse the repository at this point in the history
  • Loading branch information
CristiCanizales committed Oct 24, 2023
1 parent f8a78ed commit 1e45c25
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/slackNotification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ on:
jobs:
notification_on_success:
runs-on: ubuntu-latest
if: inputs.result == 'success'
if: inputs.result == 'success'
steps:
- name: Announce success
uses: slackapi/[email protected]
Expand Down

0 comments on commit 1e45c25

Please sign in to comment.