Skip to content

Commit

Permalink
not in git repository issue
Browse files Browse the repository at this point in the history
  • Loading branch information
tschm committed Feb 2, 2025
1 parent 02ece83 commit 6d060dc
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions actions/book/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,6 +22,9 @@ runs:
using: "composite"

steps:
- name: Checkout [${{ github.repository }}]
uses: actions/checkout@v4

- name: Download all artifacts
if: ${{ env.ACT != 'true' }} # Skip if running with 'act'
uses: actions/download-artifact@v4
Expand Down

0 comments on commit 6d060dc

Please sign in to comment.