ci: fix branch name
This commit is contained in:
		
							parent
							
								
									ca75afe065
								
							
						
					
					
						commit
						22a6bd6b22
					
				|  | @ -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 | ||||
|  |  | |||
		Loading…
	
		Reference in New Issue