Skip to content

Commit

Permalink
Updated wait-for-netlify action
Browse files Browse the repository at this point in the history
  • Loading branch information
idesigncode committed Jul 28, 2023
1 parent 32d53df commit 98e4da7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/storybook-tests.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# This workflow runs Storybook CI tests against the Netlify build
# ? Reference: https://github.com/storybookjs/test-runner#running-in-ci
# ? Reference: https://github.com/marketplace/actions/wait-for-netlify-deployment
# ? Reference: https://github.com/actions-marketplace-validations/jlevy-io_wait-for-netlify-deploy-with-headers

name: Storybook Tests

Expand Down Expand Up @@ -28,7 +28,7 @@ jobs:
run: npm install

- name: Wait for Netlify
uses: probablyup/wait-for-netlify-[email protected]
uses: jlevy-io/wait-for-netlify-[email protected]
id: waitForDeployment
with:
site_id: ${{ secrets.NETLIFY_SITE_ID }}
Expand Down

0 comments on commit 98e4da7

Please sign in to comment.