aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorikoamu <ikoamu@gmail.com>2024-01-24 00:48:15 +0900
committerikoamu <ikoamu@gmail.com>2024-01-24 00:48:15 +0900
commitc50c02b7a768586ea802310e443b16d6820f7155 (patch)
tree353aa22e842653dd512db7f95204080bd7ff479c
parenta710958db9ff1f65a5f136808a915ae27633ec72 (diff)
Update action.yml with new checkout step
-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 }}