Skip to content

DEBUG: another attempt #5

DEBUG: another attempt

DEBUG: another attempt #5

Workflow file for this run

name: A test
on:
push:
workflow_dispatch:
jobs:
test:
runs-on: ubuntu-latest
steps:
- name: Clean up temporary files
if: always()
shell: bash
run: |
{ rm -rf "$HOME" || echo "Gracefully leaving files undeleted" >&2; }