diff options
| author | Ellie Hermaszewska <ellieh@nvidia.com> | 2024-10-30 13:45:53 +0800 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2024-10-30 13:45:53 +0800 |
| commit | 22d1e345037eea853e54b84af718340cb9776513 (patch) | |
| tree | e63754ab1e7c7f6c95d75ff5bc785b9afdbd54b4 /.github/workflows/slash-command-dispatch.yml | |
| parent | 44dc5ea202ac43cd4f18c268e95143c2a23f5d26 (diff) | |
format yaml and json (#5428)
* format yaml and json
* format shell scripts
Diffstat (limited to '.github/workflows/slash-command-dispatch.yml')
| -rw-r--r-- | .github/workflows/slash-command-dispatch.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/slash-command-dispatch.yml b/.github/workflows/slash-command-dispatch.yml index 2e72c3bf4..dc66f19af 100644 --- a/.github/workflows/slash-command-dispatch.yml +++ b/.github/workflows/slash-command-dispatch.yml @@ -13,7 +13,7 @@ jobs: token: ${{ secrets.GITHUB_TOKEN }} reaction-token: ${{ secrets.SLANGBOT_PAT }} issue-type: pull-request - commands: | + commands: | format - name: Edit comment with error message |
