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

Commit

Permalink
More fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vkamra committed Oct 30, 2023
1 parent 85c3710 commit 1ecf30f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/teams-message/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ inputs:
description: The teams message text
teams_url:
description: passthrough for secrets.TEAMS_CORSO_CI_WEBHOOK_URL
default: ${{ secrets.TEAMS_CORSO_CI_WEBHOOK_URL }}

runs:
using: composite
Expand Down Expand Up @@ -39,6 +38,7 @@ runs:
echo "REF=${{ env.trimmed_ref && env.refurl || '-' }}" >> $GITHUB_ENV
- name: Send JSON payload to Teams Webhook
shell: bash
run: |
curl -X POST \
-H "Content-Type: application/json" \
Expand Down

0 comments on commit 1ecf30f

Please sign in to comment.