Skip to content

Commit

Permalink
Merge pull request #22625 from storybookjs/fix/revert-sandboxes-ref
Browse files Browse the repository at this point in the history
Build: set correct ref on sandboxes Github action
  • Loading branch information
yannbf authored and shilman committed May 22, 2023
1 parent 89b1716 commit 24e8439
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/generate-sandboxes-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
# 1. Uncomment the lines below and add your branch.
# push:
# branches:
# - your-branch-name
# - <your-branch-name>
# 2. change the "ref" value to <your-branch-name> in the actions/checkout step below.
# 3. don't forget to undo the values back to `next` before you merge your changes.

Expand All @@ -24,7 +24,7 @@ jobs:
node-version: 16
- uses: actions/checkout@v3
with:
ref: norbert/fix-sandbox-generation-script
ref: next
- name: Setup git user
run: |
git config --global user.name "Storybook Bot"
Expand Down

0 comments on commit 24e8439

Please sign in to comment.