Skip to content

Commit

Permalink
fix(actions): Fix typo in inputs
Browse files Browse the repository at this point in the history
  • Loading branch information
SokratisVidros committed May 9, 2024
1 parent 1699b45 commit a9ee4fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/slack-notify-on-failure/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,4 +18,4 @@ runs:
notify_when: "failure"
status: "failure"
env:
SLACK_WEBHOOK_URL: ${{ input.slackWebhookURL }}
SLACK_WEBHOOK_URL: ${{ inputs.slackWebhookURL }}

0 comments on commit a9ee4fa

Please sign in to comment.