Skip to content

Commit

Permalink
initialize oncall_tag
Browse files Browse the repository at this point in the history
  • Loading branch information
oarbusi committed Mar 22, 2024
1 parent 9a369d0 commit 810b0e2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions scripts/generate-slack-notification-content.sh
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,7 @@ if [ "$1" != "success" ] && [ "$1" != "failure" ]; then
exit 1
fi

oncall_tag=""
if [ "$1" == "success" ]; then
text_value=":white_check_mark: HashiCorp Terraform Compatibility Matrix succeeded"
action_text="Successful action"
Expand Down

0 comments on commit 810b0e2

Please sign in to comment.