File tree Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Expand file tree Collapse file tree 1 file changed +10
-1
lines changed Original file line number Diff line number Diff line change 73
73
AZURE_CREDENTIALS : ${{secrets.AZURE_CREDENTIALS_DOCS}}
74
74
AZURE_KEY_VAULT : ${{secrets.AZURE_KEY_VAULT_DOCS}}
75
75
76
+ dummy-step :
77
+ needs : call-docs-build-push
78
+ runs-on : ubuntu-latest
79
+ steps :
80
+ - name : Checking variable
81
+ run : |
82
+ echo ${{ needs.build.outputs.PREVIEW_URL }}
83
+ echo ${{ needs.call-docs-build-push.outputs.PREVIEW_URL }}
84
+
76
85
trigger-theme-slack-notification :
77
86
if : github.event_name == 'repository_dispatch'
78
87
needs : call-docs-build-push
@@ -110,7 +119,7 @@ jobs:
110
119
}
111
120
env :
112
121
SLACK_WEBHOOK_URL : ${{ secrets.SLACK_WEBHOOK_URL_FRIENDS_OF_DOCS }}
113
- PREVIEW_URL : ${{ needs.call-docs- build-push .outputs.PREVIEW_URL }}
122
+ PREVIEW_URL : ${{ needs.build.outputs.PREVIEW_URL }}
114
123
115
124
116
125
lighthouseci :
You can’t perform that action at this time.
0 commit comments