Remove tabs

This commit is contained in:
mrg 2021-03-01 10:34:46 -08:00
parent 0ba1ceff6a
commit c6baef1c59
1 changed files with 2 additions and 2 deletions

View File

@ -7,8 +7,8 @@ jobs:
- name: Coverage cleanup
run: |
echo "Cleaning up previous run"
echo "github.workspace = ${{ github.workspace }}"
echo "GITHUB_WORKSPACE = $GITHUB_WORKSPACE"
echo "github.workspace = ${{ github.workspace }}"
echo "GITHUB_WORKSPACE = $GITHUB_WORKSPACE"
rm -rf "${{ github.workspace }}"
checkout_code:
needs: [coverage_cleanup]