mirror of
https://github.com/element-hq/synapse.git
synced 2026-08-23 10:00:07 +00:00
Avoid interpolating expressions into scripts in CI workflows
This commit is contained in:
@@ -67,7 +67,9 @@ jobs:
|
||||
mdbook-version: '0.5.2'
|
||||
|
||||
- name: Set version of docs
|
||||
run: echo 'window.SYNAPSE_VERSION = "${{ needs.pre.outputs.branch-version }}";' > ./docs/website_files/version.js
|
||||
env:
|
||||
BRANCH_VERSION: ${{ needs.pre.outputs.branch-version }}
|
||||
run: echo "window.SYNAPSE_VERSION = \"$BRANCH_VERSION\";" > ./docs/website_files/version.js
|
||||
|
||||
- name: Setup python
|
||||
uses: actions/setup-python@ece7cb06caefa5fff74198d8649806c4678c61a1 # v6.3.0
|
||||
|
||||
Reference in New Issue
Block a user