diff options
author | ikoamu <ikoamu@gmail.com> | 2024-01-24 00:48:15 +0900 |
---|---|---|
committer | ikoamu <ikoamu@gmail.com> | 2024-01-24 00:48:15 +0900 |
commit | c50c02b7a768586ea802310e443b16d6820f7155 (patch) | |
tree | 353aa22e842653dd512db7f95204080bd7ff479c /action.yml | |
parent | a710958db9ff1f65a5f136808a915ae27633ec72 (diff) |
Update action.yml with new checkout step
Diffstat (limited to 'action.yml')
-rw-r--r-- | action.yml | 5 |
1 files changed, 4 insertions, 1 deletions
@@ -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 }} |