Skip to content

Commit

Permalink
chore: using quotes for github context vars
Browse files Browse the repository at this point in the history
  • Loading branch information
NithinKuruba committed Oct 5, 2022
1 parent a1a8f9e commit 58f8082
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/siteminder-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -88,4 +88,4 @@ jobs:
url: ${{ secrets.SSO_ALERTS }}
method: 'POST'
customHeaders: '{"Content-Type": "application/json"}'
data: '{"text": "Siteminder Tests Failed! @junmin.ahn @jsharman @Marco @zorin.samji @nithinshekar.kuruba", "attachments": [{"color": "#FF0000","author_name": ${{ github.actor }}, "title": "Failed test", "title_link": ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}, "text": ${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}, "fields": [{"title": "Environment", "value": ${{ github.event.inputs.environment }}, "short": false}, {"title": "Cluster", "value": ${{ github.event.inputs.cluster }}, "short": false}]}]}'
data: '{"text": "Siteminder Tests Failed! @junmin.ahn @jsharman @Marco @zorin.samji @nithinshekar.kuruba", "attachments": [{"color": "#FF0000","author_name": "${{ github.actor }}", "title": "Failed test", "title_link": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}", "text": "${{ github.server_url }}/${{ github.repository }}/actions/runs/${{ github.run_id }}", "fields": [{"title": "Environment", "value": "${{ github.event.inputs.environment }}", "short": false}, {"title": "Cluster", "value": "${{ github.event.inputs.cluster }}", "short": false}]}]}'

0 comments on commit 58f8082

Please sign in to comment.