initial commit

This commit is contained in:
2025-07-27 16:51:15 +02:00
commit dffb313c22

9
action.yml Normal file
View File

@@ -0,0 +1,9 @@
name: Checkout
description: 'Checkout a Git repository'
runs:
using: composite
steps:
- run: printenv
shell: bash
- run: git init
shell: bash