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 49543fe commit 549c1d5Copy full SHA for 549c1d5
.github/workflows/main.yaml
@@ -47,4 +47,6 @@ jobs:
47
needs: scan-image
48
uses: ./.github/workflows/notifyCI.yaml
49
secrets:
50
- SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}
+ SLACK_WEBHOOK_URL: ${{ secrets.SLACK_WEBHOOK_URL }}\
51
+
52
+ #Demo CI/CD Pipeline
0 commit comments