We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1249d97 commit a250dc9Copy full SHA for a250dc9
.github/workflows/melpazoid-etherpad.yml
@@ -24,7 +24,7 @@ jobs:
24
env:
25
LOCAL_REPO: ${{ github.workspace }}
26
# RECIPE is your recipe as written for MELPA:
27
- RECIPE: (etherpad :repo "zzkt/ethermacs" :fetcher github :files ("etherpad.el" "ethersync.el"))
+ RECIPE: (etherpad :repo "zzkt/ethermacs" :fetcher github)
28
# set this to false (or remove it) if the package isn't on MELPA:
29
EXIST_OK: true
30
run: echo $GITHUB_REF && make -C ~/melpazoid
0 commit comments