aboutsummaryrefslogtreecommitdiffstats
path: root/.github/workflows/melpazoid.yml
diff options
context:
space:
mode:
Diffstat (limited to '.github/workflows/melpazoid.yml')
-rw-r--r--.github/workflows/melpazoid.yml4
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/melpazoid.yml b/.github/workflows/melpazoid.yml
index d3f492f..302d6c9 100644
--- a/.github/workflows/melpazoid.yml
+++ b/.github/workflows/melpazoid.yml
@@ -20,7 +20,7 @@ jobs:
sudo apt-get install emacs && emacs --version
git clone https://github.com/riscy/melpazoid.git ~/melpazoid
pip install ~/melpazoid
- - name: Run
+ - name: Check org-zettelkasten
env:
LOCAL_REPO: ${{ github.workspace }}
# RECIPE is your recipe as written for MELPA:
@@ -28,7 +28,7 @@ jobs:
# set this to false (or remove it) if the package isn't on MELPA:
EXIST_OK: true
run: echo $GITHUB_REF && make -C ~/melpazoid
- - name: Run
+ - name: Check zettelkasten
env:
LOCAL_REPO: ${{ github.workspace }}
# RECIPE is your recipe as written for MELPA: