mirror of
				https://codeberg.org/yeentown/barkey.git
				synced 2025-11-04 07:24:13 +00:00 
			
		
		
		
	ci(#10336): fix typo
This commit is contained in:
		
							parent
							
								
									5143f3372c
								
							
						
					
					
						commit
						252fe24e8d
					
				
					 1 changed files with 2 additions and 2 deletions
				
			
		
							
								
								
									
										4
									
								
								.github/workflows/storybook.yml
									
										
									
									
										vendored
									
									
								
							
							
						
						
									
										4
									
								
								.github/workflows/storybook.yml
									
										
									
									
										vendored
									
									
								
							| 
						 | 
					@ -39,7 +39,7 @@ jobs:
 | 
				
			||||||
    - name: Publish to Chromatic
 | 
					    - name: Publish to Chromatic
 | 
				
			||||||
      id: chromatic
 | 
					      id: chromatic
 | 
				
			||||||
      uses: chromaui/action@v1
 | 
					      uses: chromaui/action@v1
 | 
				
			||||||
      env:
 | 
					      with:
 | 
				
			||||||
        exitZeroOnChanges: false
 | 
					        exitZeroOnChanges: false
 | 
				
			||||||
        projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
 | 
					        projectToken: ${{ secrets.CHROMATIC_PROJECT_TOKEN }}
 | 
				
			||||||
    - name: Notify on changes
 | 
					    - name: Notify on changes
 | 
				
			||||||
| 
						 | 
					@ -48,7 +48,7 @@ jobs:
 | 
				
			||||||
      with:
 | 
					      with:
 | 
				
			||||||
        github-token: ${{ secrets.GITHUB_TOKEN }}
 | 
					        github-token: ${{ secrets.GITHUB_TOKEN }}
 | 
				
			||||||
        script: |
 | 
					        script: |
 | 
				
			||||||
          github.issues.createComment({
 | 
					          github.rest.issues.createComment({
 | 
				
			||||||
            issue_number: context.issue.number,
 | 
					            issue_number: context.issue.number,
 | 
				
			||||||
            owner: context.repo.owner,
 | 
					            owner: context.repo.owner,
 | 
				
			||||||
            repo: context.repo.repo,
 | 
					            repo: context.repo.repo,
 | 
				
			||||||
| 
						 | 
					
 | 
				
			||||||
		Loading…
	
	Add table
		
		Reference in a new issue