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 committed May 18, 2023
2 parents 49a92bd + b7422c2 commit 4b9dd0a
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/generate-sandboxes-next.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ on:
workflow_dispatch:
# To test fixes on push rather than wait for the scheduling, do the following:
# 1. Uncomment the lines below and add your branch.
push:
branches:
- norbert/fix-sandbox-generation-script
# push:
# branches:
# - <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 4b9dd0a

Please sign in to comment.