Skip to content

DEBUG: another attempt #3

DEBUG: another attempt

DEBUG: another attempt #3

Workflow file for this run

name: A test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clone build-extra
shell: bash
run: git clone --depth 1 --single-branch -b main https://github.com/git-for-windows/build-extra /usr/src/build-extra
- name: Clean up temporary files
if: always()
shell: bash
run: |
{ rm -rf "$HOME" || echo "Gracefully leaving files undeleted" >&2; }