Use the variable to skip the checkout
This commit is contained in:
parent
9d6ff9c175
commit
82c8f22a36
3
.github/actions/setup/directories/action.yml
vendored
3
.github/actions/setup/directories/action.yml
vendored
@ -75,7 +75,8 @@ runs:
|
|||||||
git config --global advice.detachedHead 0
|
git config --global advice.detachedHead 0
|
||||||
git config --global init.defaultBranch garbage
|
git config --global init.defaultBranch garbage
|
||||||
|
|
||||||
- uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
- if: inputs.checkout
|
||||||
|
uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
|
||||||
with:
|
with:
|
||||||
path: ${{ inputs.srcdir }}
|
path: ${{ inputs.srcdir }}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user