Skip to content

Commit 027d994

Browse files
committed
fix: no need to support run_local_checkout
1 parent be67214 commit 027d994

File tree

1 file changed

+1
-6
lines changed

1 file changed

+1
-6
lines changed

action.yml

Lines changed: 1 addition & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -332,12 +332,7 @@ runs:
332332
using: "composite"
333333
steps:
334334
- run: |
335-
if [ "${{ inputs.run_local_checkout }}" == "true" ]; then
336-
echo "WARNING running local checkout of the action !"
337-
. setup-cvmfs.sh local
338-
else
339-
${{ github.action_path }}/setup-cvmfs.sh
340-
fi
335+
${{ github.action_path }}/setup-cvmfs.sh
341336
shell: bash
342337
env:
343338
THIS: ${{ github.action_path }}

0 commit comments

Comments
 (0)