mirror of
https://github.com/SqrtMinusOne/org-clock-agg.git
synced 2025-12-10 14:03:02 +03:00
ci: fix recipe
This commit is contained in:
parent
b4c427e0d7
commit
8f547cf07f
1 changed files with 1 additions and 1 deletions
2
.github/workflows/melpazoid.yml
vendored
2
.github/workflows/melpazoid.yml
vendored
|
|
@ -24,7 +24,7 @@ jobs:
|
||||||
env:
|
env:
|
||||||
LOCAL_REPO: ${{ github.workspace }}
|
LOCAL_REPO: ${{ github.workspace }}
|
||||||
# RECIPE is your recipe as written for MELPA:
|
# RECIPE is your recipe as written for MELPA:
|
||||||
RECIPE: (biome :repo "SqrtMinusOne/org-clock-agg" :fetcher github)
|
RECIPE: (org-clock-agg :repo "SqrtMinusOne/org-clock-agg" :fetcher github)
|
||||||
# set this to false (or remove it) if the package isn't on MELPA:
|
# set this to false (or remove it) if the package isn't on MELPA:
|
||||||
EXIST_OK: false
|
EXIST_OK: false
|
||||||
run: echo $GITHUB_REF && make -C ~/melpazoid
|
run: echo $GITHUB_REF && make -C ~/melpazoid
|
||||||
|
|
|
||||||
Loading…
Add table
Reference in a new issue