We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 675866c commit 568e4a5Copy full SHA for 568e4a5
.github/workflows/innocuous-test.yml
@@ -10,9 +10,4 @@ jobs:
10
steps:
11
- name: Clone build-extra
12
shell: bash
13
- run: git clone --depth 1 --single-branch -b main https://github.com/git-for-windows/build-extra /usr/src/build-extra
14
- - name: Clean up temporary files
15
- if: always()
16
- shell: bash
17
- run: |
18
- { rm -rf "$HOME" || echo "Gracefully leaving files undeleted" >&2; }
+ run: git clone --depth 1 --single-branch -b main https://github.com/git-for-windows/build-extra /usr/src/build-extra
0 commit comments