File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 2020 devcontainer-tag : ${{ steps.devcontainer-tag.outputs.tag }}
2121
2222 steps :
23+ - name : Clean workspace
24+ run : |
25+ git clean -ffdx || true
26+ git reset --hard || true
27+ git submodule foreach --recursive git clean -ffdx || true
28+ git submodule foreach --recursive git reset --hard || true
29+ git submodule deinit --all -f || true
30+ continue-on-error : true
31+
2332 - uses : actions/checkout@v4
2433 with :
2534 fetch-depth : 0
Original file line number Diff line number Diff line change 2020 devcontainer-tag : ${{ steps.devcontainer-tag.outputs.tag }}
2121
2222 steps :
23+ - name : Clean workspace
24+ run : |
25+ git clean -ffdx || true
26+ git reset --hard || true
27+ git submodule foreach --recursive git clean -ffdx || true
28+ git submodule foreach --recursive git reset --hard || true
29+ git submodule deinit --all -f || true
30+ continue-on-error : true
31+
2332 - uses : actions/checkout@v4
2433 with :
2534 fetch-depth : 0
You can’t perform that action at this time.
0 commit comments