Skip to content

Commit

Permalink
fix action
Browse files Browse the repository at this point in the history
  • Loading branch information
alekskulakov committed Nov 12, 2024
1 parent af200f5 commit cda5e96
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/actions/notify-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,13 +7,15 @@ inputs:
loop-webhook:
description: 'Loop WebHook'
required: true

env:
SLACK_WEBHOOK: ${{ inputs.loop-webhook }}
SLACK_CHANNEL: devschool-test-notifications
SLACK_USERNAME: Donald Trump
SLACK_ICON: ':sad-frog:'

runs:
using: composite
env:
SLACK_WEBHOOK: ${{ inputs.loop-webhook }}
SLACK_CHANNEL: devschool-test-notifications
SLACK_USERNAME: Donald Trump
SLACK_ICON: ':sad-frog:'
steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit cda5e96

Please sign in to comment.