Skip to content

Commit 9544ce6

Browse files
committed
IGNORE
1 parent 39fca07 commit 9544ce6

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build-push.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -58,7 +58,7 @@ jobs:
5858
5959
call-docs-build-push:
6060
needs: prod-check-branch
61-
uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@bc2ae667727ba02b3d70dacee231ce04f7d94344 # v1.0.8
61+
uses: nginxinc/docs-actions/.github/workflows/docs-build-push.yml@116442fa7dc599e8c44187f02ece824e67a0b55b # v1.0.9-beta
6262
with:
6363
production_url_path: ""
6464
preview_url_path: "${{ vars.PREVIEW_URL_PATH }}"
@@ -79,7 +79,7 @@ jobs:
7979
steps:
8080
- name: Checking variable
8181
run: |
82-
echo '${{ toJson(needs) }}'
82+
echo ${{ needs }}
8383
echo ${{ needs.call-docs-build-push.outputs.PREVIEW_URL }}
8484
8585
trigger-theme-slack-notification:

0 commit comments

Comments
 (0)