Skip to content

Commit

Permalink
Update action.yml (#107)
Browse files Browse the repository at this point in the history
* Update action.yml

* update to 2.0.17
  • Loading branch information
tschm authored Feb 3, 2025
1 parent 5c0dc88 commit f685c21
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions actions/cradle/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -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
Expand Down

0 comments on commit f685c21

Please sign in to comment.