From 6a546e32d5fa0c38b99fc00de0f6c3c155477be7 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Wed, 24 Jan 2024 00:53:12 +0900 Subject: Update checkout action in action.yml --- action.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'action.yml') diff --git a/action.yml b/action.yml index b0a68d5..9540bca 100644 --- a/action.yml +++ b/action.yml @@ -3,8 +3,8 @@ name: "Publish org-roam to GitHub Pages" runs: using: "composite" steps: - - name: "Checkout Action" - uses: actions/checkout@v4 + - name: Checkout this repo + uses: ./ - name: "Checkout org file repo" uses: actions/checkout@v4 -- cgit