diff --git a/.github/workflows/deploy_preview.yml b/.github/workflows/deploy_preview.yml index 53958fd5..380486bc 100644 --- a/.github/workflows/deploy_preview.yml +++ b/.github/workflows/deploy_preview.yml @@ -30,13 +30,13 @@ jobs: steps: - uses: actions/checkout@v3 - - uses: chrnorm/deployment-action@v1.2.0 + - uses: chrnorm/deployment-action@v2.0.3 name: Create GitHub deployment for storybook id: storybook with: token: ${{ secrets.GITHUB_TOKEN }} environment: Storybook Preview - target_url: '${{ needs.deploy.outputs.deployment_url }}/storybook' + environment_url: '${{ needs.deploy.outputs.deployment_url }}/storybook' - name: Update storybook deployment status (success) if: success()