Skip to content

Commit

Permalink
test actual teams integration
Browse files Browse the repository at this point in the history
mod message
  • Loading branch information
miampf committed Oct 4, 2024
1 parent 82b5d4f commit c6f2707
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test_post_to_teams.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,5 +11,5 @@ jobs:
- uses: actions/checkout@692973e3d937129bcbf40652eb9f2f61becf3332 # v4.1.7
- uses: ./.github/actions/post_to_teams
with:
webhook: "https://webhook.site/0eb1d17a-817f-476d-93e1-745a6390b068"
message: "Test modified action (last test, sorry for the spam) :)"
webhook: ${{ secrets.TEAMS_CI_WEBHOOK }}
message: "Test modified action"

0 comments on commit c6f2707

Please sign in to comment.