Skip to content

clean false

clean false #4

Workflow file for this run

name: Hello World CI
on:
push:
jobs:
say-hello:
runs-on: self-hosted
steps:
- name: Echo Hello World
run: echo "hello world"
- name: Checkout
uses: actions/checkout@v4
with:
clean: false