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 a1caa93 commit 39fca07Copy full SHA for 39fca07
.github/workflows/build-push.yml
@@ -79,7 +79,7 @@ jobs:
79
steps:
80
- name: Checking variable
81
run: |
82
- echo ${{ needs }}
+ echo '${{ toJson(needs) }}'
83
echo ${{ needs.call-docs-build-push.outputs.PREVIEW_URL }}
84
85
trigger-theme-slack-notification:
0 commit comments