aboutsummaryrefslogtreecommitdiff
path: root/action.yml
diff options
context:
space:
mode:
Diffstat (limited to 'action.yml')
-rw-r--r--action.yml5
1 files changed, 4 insertions, 1 deletions
diff --git a/action.yml b/action.yml
index de03d6f..b0a68d5 100644
--- a/action.yml
+++ b/action.yml
@@ -3,7 +3,10 @@ name: "Publish org-roam to GitHub Pages"
runs:
using: "composite"
steps:
- - name: "Checkout"
+ - name: "Checkout Action"
+ uses: actions/checkout@v4
+
+ - name: "Checkout org file repo"
uses: actions/checkout@v4
with:
repository: ${{ github.repository }}