We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cc31172 commit 15fc76cCopy full SHA for 15fc76c
actions/my-composite-action/action.yml
@@ -1,9 +1,9 @@
1
name: 'Composite Action Example'
2
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
+# inputs:
+# python-version:
+# description: 'Python version to use'
+# required: true
7
runs:
8
using: 'composite'
9
steps:
@@ -12,7 +12,7 @@ runs:
12
- name: Set up python
13
uses: aparnajyothi-y/setup-python@enhance-cache-dependency-path
14
with:
15
- python-version : ${{ inputs.python-version }}
+ python-version : '3.13'
16
cache: 'pip'
17
cache-dependency-path: requirements.txt
18
check-latest: true
0 commit comments