Skip to content

Commit 15fc76c

Browse files
authored
Update action.yml
1 parent cc31172 commit 15fc76c

File tree

1 file changed

+5
-5
lines changed

1 file changed

+5
-5
lines changed

actions/my-composite-action/action.yml

Lines changed: 5 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11
name: 'Composite Action Example'
22
description: 'A composite action to checkout code and set up Node.js'
3-
inputs:
4-
python-version:
5-
description: 'Python version to use'
6-
required: true
3+
# inputs:
4+
# python-version:
5+
# description: 'Python version to use'
6+
# required: true
77
runs:
88
using: 'composite'
99
steps:
@@ -12,7 +12,7 @@ runs:
1212
- name: Set up python
1313
uses: aparnajyothi-y/setup-python@enhance-cache-dependency-path
1414
with:
15-
python-version : ${{ inputs.python-version }}
15+
python-version : '3.13'
1616
cache: 'pip'
1717
cache-dependency-path: requirements.txt
1818
check-latest: true

0 commit comments

Comments
 (0)