From d488d6dd89e844b797355d7b92861591954ecd3e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?C=C3=B4me?= <124148386+cathales@users.noreply.github.com> Date: Thu, 21 Dec 2023 10:14:27 +0100 Subject: [PATCH] use cathales version of verible-formatter-action --- .github/workflows/verible.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/verible.yml b/.github/workflows/verible.yml index 33d19d536f..b5b1260256 100644 --- a/.github/workflows/verible.yml +++ b/.github/workflows/verible.yml @@ -17,7 +17,7 @@ jobs: - uses: actions/checkout@v3 with: ref: ${{ github.event.pull_request.head.sha }} - - uses: chipsalliance/verible-formatter-action@main + - uses: cathales/verible-formatter-action@main with: github_token: ${{ secrets.GITHUB_TOKEN }} files: 'core/**/*.{v,sv}'