Skip to content

Commit

Permalink
Revert "debug"
Browse files Browse the repository at this point in the history
This reverts commit 12b1422.
  • Loading branch information
yannbf committed Apr 18, 2023
1 parent cfff2e3 commit 92b9335
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:
- feat/improve-sandboxes-commit-message
# 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: feat/improve-sandboxes-commit-message
ref: next
- name: Setup git user
run: |
git config --global user.name "Storybook Bot"
Expand Down

0 comments on commit 92b9335

Please sign in to comment.