Skip to content

Commit

Permalink
Abstract repository name in CI reference
Browse files Browse the repository at this point in the history
  • Loading branch information
kachick committed May 6, 2024
1 parent 71cb0a8 commit 275c0db
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 275c0db

Please sign in to comment.