mirror of
https://github.com/github/codeql.git
synced 2026-01-09 20:50:21 +01:00
Add double quotes to env var
This commit is contained in:
@@ -29,14 +29,14 @@ runs:
|
||||
shell: bash
|
||||
if: inputs.workflow-models
|
||||
env:
|
||||
DATA: ${{ inputs.workflow-models }}
|
||||
MODELS: ${{ inputs.workflow-models }}
|
||||
run: |
|
||||
# Create QLPack directory
|
||||
mkdir workflow-extpack
|
||||
cd workflow-extpack
|
||||
|
||||
# Store the extension pack file
|
||||
echo $DATA > models.yml
|
||||
echo "$MODELS" > models.yml
|
||||
|
||||
# Create QLPack
|
||||
cat > qlpack.yml << 'EOF'
|
||||
|
||||
Reference in New Issue
Block a user