mirror of
https://github.com/vale981/py-vterm-interaction.el
synced 2025-03-04 09:31:40 -05:00
CI: let melpazoid know that the package is in MELPA and move fetcher
This commit is contained in:
parent
27dc1af671
commit
9c3a1feeac
1 changed files with 2 additions and 2 deletions
4
.github/workflows/melpazoid.yml
vendored
4
.github/workflows/melpazoid.yml
vendored
|
@ -20,8 +20,8 @@ jobs:
|
|||
- name: Run
|
||||
env:
|
||||
LOCAL_REPO: ${{ github.workspace }}
|
||||
RECIPE: (py-vterm-interaction :repo "vale981/py-vterm-interaction.el" :fetcher github)
|
||||
RECIPE: (py-vterm-interaction :fetcher github :repo "vale981/py-vterm-interaction.el")
|
||||
# set this to false (or remove it) if the package isn't on MELPA:
|
||||
EXIST_OK: false
|
||||
EXIST_OK: true
|
||||
run: |
|
||||
echo $GITHUB_REF && make -C ~/melpazoid
|
||||
|
|
Loading…
Add table
Reference in a new issue