From c50c02b7a768586ea802310e443b16d6820f7155 Mon Sep 17 00:00:00 2001 From: ikoamu Date: Wed, 24 Jan 2024 00:48:15 +0900 Subject: Update action.yml with new checkout step --- action.yml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'action.yml') 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 }} -- cgit