Skip to content

Commit

Permalink
chore(deps): update nwtgck/actions-netlify digest to 3bde29c
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Apr 24, 2024
1 parent 1200bb4 commit 0d976b4
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@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654
uses: nwtgck/actions-netlify@3bde29c2864aa514dee9926f248abc95fe934d38
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@4cbaf4c08f1a7bfa537d6113472ef4424e4eb654
uses: nwtgck/actions-netlify@3bde29c2864aa514dee9926f248abc95fe934d38
with:
publish-dir: storybook-static
deploy-message: "Deploy PR ${{ steps.pr.outputs.id }} SB"
Expand Down

0 comments on commit 0d976b4

Please sign in to comment.