diff --git a/action.yml b/action.yml index e053bff..ee9d8de 100644 --- a/action.yml +++ b/action.yml @@ -7,7 +7,6 @@ inputs: runs: using: "composite" steps: - - uses: actions/checkout@v2 - name: "Check and install file if needed" shell: bash run: file --help &> /dev/null || sudo apt install -y file || sudo yum install -y file