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 25d161c commit 9fe2f39Copy full SHA for 9fe2f39
.github/workflows/ci.yml
@@ -292,6 +292,9 @@ jobs:
292
run: yarn ci-push-deploy-docs-app
293
- uses: ./.github/actions/slack
294
if: ${{ failure() && github.event_name == 'push' }}
295
+ env:
296
+ CIRCLE_BRANCH: ${{ github.ref_name }}
297
+ CIRCLE_SHA1: ${{ github.sha }}
298
with:
299
JOB_NAME: 'Docs site deployment'
300
SLACK_BOT_TOKEN: ${{ secrets.ANGULAR_ROBOT_SLACK_TOKEN }}
0 commit comments