consistency in using ${}

This commit is contained in:
2026-06-17 12:36:38 +02:00
parent 8612bcfd08
commit 8a6f8b436b
2 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -33,7 +33,7 @@ runs:
path: tmp
- name: Deploy files
run: rsync -rlv "${GITHUB_WORKSPACE}/tmp/" "${{ inputs.destination }}/"
run: rsync -rlv "$GITHUB_WORKSPACE/tmp/" "${{ inputs.destination }}/"
shell: bash
- name: Copy autodeploy into workspace
+3 -3
View File
@@ -26,12 +26,12 @@ SCRIPT_PATH=$(dirname "$0")
export CONDA_OVERRIDE_GLIBC=2.28
chmod +x "${GITHUB_WORKSPACE}/pixi"
chmod +x "$GITHUB_WORKSPACE/pixi"
cd "$DESTINATION_DIR"
"${GITHUB_WORKSPACE}/pixi" init || true
"${GITHUB_WORKSPACE}/pixi" install --all
"$GITHUB_WORKSPACE/pixi" init || true
"$GITHUB_WORKSPACE/pixi" install --all
# chmod -R g=u .