Skip to content
Permalink

Comparing changes

This is a direct comparison between two commits made in this repository or its related repositories. View the default comparison for this range or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: storybookjs/storybook
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 2a922450c64f62dbba83c66b7bb59dd4450f9c09
Choose a base ref
..
head repository: storybookjs/storybook
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 943db7c5226ca23ab3e628f72c40035ff4f40801
Choose a head ref
Showing with 2 additions and 2 deletions.
  1. +1 −1 .github/workflows/danger-js.yml
  2. +1 −1 docs/snippets/common/chromatic-github-action.js.mdx
2 changes: 1 addition & 1 deletion .github/workflows/danger-js.yml
Original file line number Diff line number Diff line change
@@ -11,7 +11,7 @@ jobs:
- uses: actions/setup-node@v2
with:
node-version: '14'
- uses: actions/checkout@master
- uses: actions/checkout@v3
- name: Danger JS
uses: danger/danger-js@10.9.0
env:
2 changes: 1 addition & 1 deletion docs/snippets/common/chromatic-github-action.js.mdx
Original file line number Diff line number Diff line change
@@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
# Job steps
steps:
- uses: actions/checkout@v1
- uses: actions/checkout@v3
- run: yarn
#👇 Adds Chromatic as a step in the workflow
- uses: chromaui/action@v1