We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6237a8e commit 16cf60aCopy full SHA for 16cf60a
action.yml
@@ -29,14 +29,14 @@ runs:
29
shell: bash
30
if: inputs.workflow-models
31
env:
32
- DATA: ${{ inputs.workflow-models }}
+ MODELS: ${{ inputs.workflow-models }}
33
run: |
34
# Create QLPack directory
35
mkdir workflow-extpack
36
cd workflow-extpack
37
38
# Store the extension pack file
39
- echo $DATA > models.yml
+ echo "$MODELS" > models.yml
40
41
# Create QLPack
42
cat > qlpack.yml << 'EOF'
0 commit comments