We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70bb486 commit 4c69c83Copy full SHA for 4c69c83
1 file changed
.github/workflows/melpazoid.yml
@@ -25,7 +25,7 @@ jobs:
25
env:
26
LOCAL_REPO: ${{ github.workspace }}
27
# RECIPE is your recipe as written for MELPA:
28
- RECIPE: (gptel-agent :fetcher github :repo "beacoder/call-graph")
+ RECIPE: (call-graph :fetcher github :repo "beacoder/call-graph")
29
# set this to false (or remove it) if the package isn't on MELPA:
30
EXIST_OK: true
31
run: echo $GITHUB_REF && make -C ~/melpazoid
0 commit comments