Skip to content

Commit

Permalink
ci: Update melpazoid workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
KarimAziev committed Nov 9, 2024
1 parent 0e6a9d4 commit 458717d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/melpazoid.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,5 +24,8 @@ jobs:
- name: Run
env:
LOCAL_REPO: ${{ github.workspace }}
# RECIPE is your recipe as written for MELPA:
RECIPE: (igist :repo "KarimAziev/igist" :fetcher github)
run: echo $GITHUB_REF && make -C ~/melpazoid
# set this to false (or remove it) if the package isn't on MELPA:
EXIST_OK: false
run: echo $GITHUB_REF && make -C ~/melpazoid

0 comments on commit 458717d

Please sign in to comment.