We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fbf03fa commit 0ff967bCopy full SHA for 0ff967b
action.yml
@@ -27,7 +27,7 @@ runs:
27
- name: extpack contents
28
shell: bash
29
env:
30
- EXTPACK_PATH: ${{ intpus.workflow-extpack-path }}
+ EXTPACK_PATH: ${{ inputs.workflow-extpack-path }}
31
EXTPACK_NAME: ${{ inputs.workflow-extpack-name }}
32
run: |
33
echo "##[group] Workflow Models"
0 commit comments