From 2abbe7ddb71cfa81108736ace27926251ade29e0 Mon Sep 17 00:00:00 2001 From: RemiZOffAlex Date: Sun, 30 Mar 2025 05:27:28 +0300 Subject: [PATCH] Update --- action.yml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/action.yml b/action.yml index ac81910..6685c76 100644 --- a/action.yml +++ b/action.yml @@ -28,9 +28,11 @@ outputs: description: 'The branch, tag or SHA that was checked out' commit: description: 'The commit SHA that was checked out' + runs: using: "composite" steps: + - run: env - run: pwd - run: ls -la - run: cp gitconfig /etc/gitconfig