Skip to content

Commit

Permalink
chore(deps): update nwtgck/actions-netlify digest to 4cbaf4c (#51)
Browse files Browse the repository at this point in the history
* chore(deps): update nwtgck/actions-netlify digest to 3bde29c

* Update deploy-main.yml

* Update deploy-pr.yml

---------

Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
Co-authored-by: Krishan <[email protected]>
  • Loading branch information
renovate[bot] and kfiven authored Apr 24, 2024
1 parent b0753da commit 1200bb4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/deploy-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:
- name: Build storybook
run: npm run build-storybook
- name: Deploy to Netlify
uses: nwtgck/actions-netlify@5da65c9f74c7961c5501a3ba329b8d0912f39c03
uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654
with:
publish-dir: storybook-static
deploy-message: "Main deploy ${{ github.sha }}"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-pr.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
path: storybook-static
- name: Deploy to Netlify
id: netlify
uses: nwtgck/actions-netlify@5da65c9f74c7961c5501a3ba329b8d0912f39c03
uses: nwtgck/actions-netlify@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654
with:
publish-dir: storybook-static
deploy-message: "Deploy PR ${{ steps.pr.outputs.id }} SB"
Expand Down

0 comments on commit 1200bb4

Please sign in to comment.