1
1
mirror of https://github.com/primer/css.git synced 2024-12-23 14:13:14 +03:00

Bump chrnorm/deployment-action from 1.2.0 to 2.0.3 (#2101)

* Bump chrnorm/deployment-action from 1.2.0 to 2.0.3

Bumps [chrnorm/deployment-action](https://github.com/chrnorm/deployment-action) from 1.2.0 to 2.0.3.
- [Release notes](https://github.com/chrnorm/deployment-action/releases)
- [Commits](https://github.com/chrnorm/deployment-action/compare/v1.2.0...v2.0.3)

---
updated-dependencies:
- dependency-name: chrnorm/deployment-action
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>

* Update deploy_preview.yml

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Jon Rohan <yes@jonrohan.codes>
This commit is contained in:
dependabot[bot] 2022-06-23 09:48:42 -07:00 committed by GitHub
parent f8725ead31
commit cc086280b4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -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()