Skip to content

Commit

Permalink
chore(format): run prettier
Browse files Browse the repository at this point in the history
  • Loading branch information
SoonIter committed Sep 4, 2024
1 parent 147c4bb commit e896f77
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 7 deletions.
2 changes: 1 addition & 1 deletion .github/actions/docker-run/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ inputs:
required: true
type: string
options:
description: 'Options for docker'
description: "Options for docker"
default: ""
required: false
type: string
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/rustup/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ inputs:
required: false
type: boolean
shared-key:
default: 'check'
default: "check"
required: false
type: string

Expand Down
9 changes: 4 additions & 5 deletions .github/actions/webpack-test-metric-diff/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,16 +31,16 @@ runs:
id: previous-comment
with:
issue-number: ${{ steps.pr-number.outputs.pr }}
body-includes: Test Compatibility Diff
body-includes: Test Compatibility Diff

- name: Update existing comment
if: github.event_name == 'pull_request' && steps.previous-comment.outputs.comment-id
uses: peter-evans/create-or-update-comment@v4
continue-on-error: true
with:
comment-id: ${{ steps.previous-comment.outputs.comment-id }}
body-path: 'output.md'

body-path: "output.md"
# body: |
# ${{ steps.pr-diff.outputs.comment }}
edit-mode: replace
Expand All @@ -52,5 +52,4 @@ runs:
with:
issue-number: ${{ steps.pr-number.outputs.pr }}

body-path: 'output.md'

body-path: "output.md"

0 comments on commit e896f77

Please sign in to comment.