commit dffb313c2271fb8951d98627d83c0a55b6f9c684 Author: Andreas Huber Date: Sun Jul 27 16:51:15 2025 +0200 initial commit diff --git a/action.yml b/action.yml new file mode 100644 index 0000000..60785d5 --- /dev/null +++ b/action.yml @@ -0,0 +1,9 @@ +name: Checkout +description: 'Checkout a Git repository' +runs: + using: composite + steps: + - run: printenv + shell: bash + - run: git init + shell: bash