diff options
| author | Acid Chicken (硫酸鶏) <root@acid-chicken.com> | 2023-05-20 14:03:05 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2023-05-20 14:03:05 +0000 |
| commit | 22a6bd6b22314185319f4d092a277fbf8ac07ce9 (patch) | |
| tree | f9970814c502629d50f449191878f51160e5347f /.github/workflows | |
| parent | 13.13.0-beta.3 (diff) | |
| download | sharkey-22a6bd6b22314185319f4d092a277fbf8ac07ce9.tar.gz sharkey-22a6bd6b22314185319f4d092a277fbf8ac07ce9.tar.bz2 sharkey-22a6bd6b22314185319f4d092a277fbf8ac07ce9.zip | |
ci: fix branch name
Diffstat (limited to '.github/workflows')
| -rw-r--r-- | .github/workflows/storybook.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/storybook.yml b/.github/workflows/storybook.yml index a9a5be7588..19a03e5dea 100644 --- a/.github/workflows/storybook.yml +++ b/.github/workflows/storybook.yml @@ -86,7 +86,7 @@ jobs: if [ "$CHROMATIC_PARAMETER" = " --skip" ]; then echo "skip=true" >> $GITHUB_OUTPUT fi - pnpm --filter frontend chromatic --exit-once-uploaded -d storybook-static $(echo "$CHROMATIC_PARAMETER") + pnpm --filter frontend chromatic --exit-once-uploaded -d storybook-static --branch-name ${{ github.event.pull_request.head.ref }} $(echo "$CHROMATIC_PARAMETER") env: CHROMATIC_PROJECT_TOKEN: ${{ secrets.CHROMATIC_PROJECT_TOKEN }} - name: Notify that Chromatic detects changes |