We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9d6ff9c commit 82c8f22Copy full SHA for 82c8f22
1 file changed
.github/actions/setup/directories/action.yml
@@ -75,7 +75,8 @@ runs:
75
git config --global advice.detachedHead 0
76
git config --global init.defaultBranch garbage
77
78
- - uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
+ - if: inputs.checkout
79
+ uses: actions/checkout@c85c95e3d7251135ab7dc9ce3241c5835cc595a9 # v3.5.3
80
with:
81
path: ${{ inputs.srcdir }}
82
0 commit comments