Skip to content

Commit

Permalink
fix(inputs): set default channel-id value as plain text
Browse files Browse the repository at this point in the history
  • Loading branch information
akantcheff committed Feb 16, 2024
1 parent 7841301 commit a63d3e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ inputs:
channel-id:
description: The Slack channel id where to send the message
required: true
default: ${{ vars.SLACK_INTEGRATION_TEST_CHANNEL_ID }}
default: C02J5M4JMK7 # channel slack-integration-test
message:
description: The message to display in first block of notification
required: true
Expand Down

0 comments on commit a63d3e9

Please sign in to comment.