From 64cd5276572de320ce696b53fd2b3604e0e57f95 Mon Sep 17 00:00:00 2001 From: Thomas Schmelzer Date: Mon, 3 Feb 2025 10:28:08 +0400 Subject: [PATCH] Update action.yml --- actions/cradle/action.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/actions/cradle/action.yml b/actions/cradle/action.yml index a5a0cc0..b47810b 100644 --- a/actions/cradle/action.yml +++ b/actions/cradle/action.yml @@ -24,6 +24,9 @@ inputs: runs: using: "composite" steps: + - name: Checkout ${{ github.repository }} + uses: actions/checkout@v4 + - name: Set up Python uses: actions/setup-python@v5 with: @@ -33,9 +36,7 @@ runs: shell: bash run: | python -m pip install --upgrade pip - pip install --no-cache-dir copier - - #copier copy . template --data-file .github/data.yaml + python -m pip install --no-cache-dir copier - name: Prepare git shell: bash