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 7373 AZURE_CREDENTIALS : ${{secrets.AZURE_CREDENTIALS_DOCS}}
7474 AZURE_KEY_VAULT : ${{secrets.AZURE_KEY_VAULT_DOCS}}
7575
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+
7685 trigger-theme-slack-notification :
7786 if : github.event_name == 'repository_dispatch'
7887 needs : call-docs-build-push
@@ -110,7 +119,7 @@ jobs:
110119 }
111120 env :
112121 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 }}
114123
115124
116125 lighthouseci :
You can’t perform that action at this time.
0 commit comments