diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-05-11 22:21:48 +0900 |
|---|---|---|
| committer | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-05-11 22:21:48 +0900 |
| commit | 909ec8c38d0f03bd59bdf8d278908e3e43a34b45 (patch) | |
| tree | 2eaa70e4d8625d3988009b0eeb10162aa2f3809f /.github | |
| parent | ci: notify on changes for push events (diff) | |
| download | sharkey-909ec8c38d0f03bd59bdf8d278908e3e43a34b45.tar.gz sharkey-909ec8c38d0f03bd59bdf8d278908e3e43a34b45.tar.bz2 sharkey-909ec8c38d0f03bd59bdf8d278908e3e43a34b45.zip | |
ci: fix missing branch
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/storybook.yml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index 77c117bbc3..b04f4260c3 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -59,6 +59,8 @@ jobs: fi if pnpm --filter frontend chromatic -d storybook-static $(echo "$CHROMATIC_PARAMETER"); then echo "success=true" >> $GITHUB_OUTPUT + else + echo "success=false" >> $GITHUB_OUTPUT fi env: CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} |