We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d592dbd commit edd8025Copy full SHA for edd8025
.github/workflows/RAdeploy.yml
@@ -78,4 +78,4 @@ jobs:
78
echo "@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@@"
79
curl -X POST "${{ secrets.LOGIC_APP_URL }}" \
80
-H "Content-Type: application/json" \
81
- -d "{\"failureMessage\": \"$output\"}"
+ -d "{\"message\": \"Workflow failed!\", \"runLink\": \"${{ github.run_url }}\"}"
0 commit comments