Skip to content

[DEVOPS-1578] Automate QA deploy messages #1

[DEVOPS-1578] Automate QA deploy messages

[DEVOPS-1578] Automate QA deploy messages #1

---
name: Test report-deployment-status-to-slack
on:
pull_request:
paths:
- "./report-deployment-status-to-slack"
- ".github/workflows/test-report-deployment-status-to-slack.yml"
jobs:
test-report:
uses: ./.github/workflows/_report_status_to_slack.yml

Check failure on line 11 in .github/workflows/test-report-deployment-status-to-slack.yml

View workflow run for this annotation

GitHub Actions / .github/workflows/test-report-deployment-status-to-slack.yml

Invalid workflow file

error parsing called workflow ".github/workflows/test-report-deployment-status-to-slack.yml" -> "./.github/workflows/_report_status_to_slack.yml" : failed to fetch workflow: workflow was not found.
with:
environment: US QA Cloud
tag: test-workflow
slack-channel: devops-alerts
failure: false
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}
test-report-failure:
uses: ./.github/workflows/_report_status_to_slack.yml
with:
project: Server
environment: US QA Cloud
tag: test-workflow-failure
slack-channel: devops-alerts
failure: true
AZURE_KV_CI_SERVICE_PRINCIPAL: ${{ secrets.AZURE_KV_CI_SERVICE_PRINCIPAL }}