Skip to content

Commit

Permalink
wrap multidev_name in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed Sep 25, 2023
1 parent 87f51a5 commit 48e251f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,7 @@ jobs:
SAGENAME: sage-test
SITENAME: wpcm-sage-install-tests
CI: 1
SITEENV: $multidev_name
SITEENV: "$multidev_name"
PHPVERSION: ${{ matrix.php-version }}
run: |
cd ~/pantheon-local-copies/$SITENAME
Expand Down

0 comments on commit 48e251f

Please sign in to comment.