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 39fca07 commit 9544ce6Copy full SHA for 9544ce6
.github/workflows/build-push.yml
@@ -58,7 +58,7 @@ jobs:
58
59
call-docs-build-push:
60
needs: prod-check-branch
61
- uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@bc2ae667727ba02b3d70dacee231ce04f7d94344 # v1.0.8
+ uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@116442fa7dc599e8c44187f02ece824e67a0b55b # v1.0.9-beta
62
with:
63
production_url_path: ""
64
preview_url_path: "${{ vars.PREVIEW_URL_PATH }}"
@@ -79,7 +79,7 @@ jobs:
79
steps:
80
- name: Checking variable
81
run: |
82
- echo '${{ toJson(needs) }}'
+ echo ${{ needs }}
83
echo ${{ needs.call-docs-build-push.outputs.PREVIEW_URL }}
84
85
trigger-theme-slack-notification:
0 commit comments