From 275c0dbd84249ef9ff4b55660a67fc62c7f8ee0c Mon Sep 17 00:00:00 2001 From: Kenichi Kamiya Date: Mon, 6 May 2024 17:54:42 +0900 Subject: [PATCH] Abstract repository name in CI reference --- .github/workflows/build.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build.yml b/.github/workflows/build.yml index 64635c9..f5eb5a6 100644 --- a/.github/workflows/build.yml +++ b/.github/workflows/build.yml @@ -63,7 +63,7 @@ jobs: cache: false - name: Setup mise run: | - mise plugins install yamlfmt https://github.com/kachick/asdf-yamlfmt.git#${{ github.ref }} + mise plugins install yamlfmt 'https://github.com/${{ github.repository }}.git#${{ github.ref }}' - name: Test run: | ${{ matrix.target.command }}