From dffb313c2271fb8951d98627d83c0a55b6f9c684 Mon Sep 17 00:00:00 2001 From: Andreas Huber Date: Sun, 27 Jul 2025 16:51:15 +0200 Subject: [PATCH] initial commit --- action.yml | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 action.yml 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