Skip to content

Commit

Permalink
Make a string rather than a mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Aug 1, 2024
1 parent ae5838b commit d120580
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/settings-1-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -116,5 +116,5 @@ jobs:
with:
deployment-environment: ${{ matrix.update.deployment-environment }}
spack-type: ${{ matrix.update.type }}
spack-update: ${{ matrix.update.spack }} # {"0.20": "7r8y43r8", "0.21": "wr7834yr", ...}
spack-update: "${{ matrix.update.spack }}" # {"0.20": "7r8y43r8", "0.21": "wr7834yr", ...}
secrets: inherit
2 changes: 1 addition & 1 deletion config/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -17,4 +17,4 @@
}
}
}
}
}

0 comments on commit d120580

Please sign in to comment.