Skip to content

Commit

Permalink
Fix melpazoid warning
Browse files Browse the repository at this point in the history
Specify :fetcher before :repo.
  • Loading branch information
danielfm authored Jan 12, 2025
1 parent b35918a commit 028f8f4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/melpazoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,5 @@ jobs:
- name: Run
env:
LOCAL_REPO: ${{ github.workspace }}
RECIPE: (smudge :repo "danielfm/smudge" :fetcher github)
RECIPE: (smudge :fetcher github :repo "danielfm/smudge")
run: echo $GITHUB_REF && make -C ~/melpazoid

0 comments on commit 028f8f4

Please sign in to comment.