diff options
-rw-r--r-- | .github/workflows/format.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/format.yaml b/.github/workflows/format.yaml index b63b89d7..52103a54 100644 --- a/.github/workflows/format.yaml +++ b/.github/workflows/format.yaml @@ -18,7 +18,7 @@ jobs: - uses: actions/checkout@v2 - name: Lint with stylua - uses: JohnnyMorganz/[email protected] + uses: JohnnyMorganz/stylua-action@v1 with: token: ${{ secrets.GITHUB_TOKEN }} # CLI arguments |