Skip to content
This repository has been archived by the owner on Oct 11, 2024. It is now read-only.

Merge remote-tracking branch 'origin/slack_message_to_teams' into sla… #1

Merge remote-tracking branch 'origin/slack_message_to_teams' into sla…

Merge remote-tracking branch 'origin/slack_message_to_teams' into sla… #1

name: Manually Test Teams Action
on:
on:
push:
branches: [slack_message_to_teams]

Check failure on line 9 in .github/workflows/testnotification.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/testnotification.yml

Invalid workflow file

You have an error in your yaml syntax on line 9
workflow_dispatch:
inputs:
msg:
description: 'Message to send:'
required: true
default: 'This is a test message'
jobs:
notify:
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@v2
- name: Send notification
uses: ./.github/actions/teams-message
with:
msg: ${{ github.event.inputs.msg }}
teams_url: ${{ secrets.TEAMS_CORSO_CI_WEBHOOK_URL }}