Skip to content

Commit

Permalink
wrap in quotes
Browse files Browse the repository at this point in the history
  • Loading branch information
DjordyKoert committed Oct 24, 2024
1 parent 2bce3c7 commit 6129b42
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/common/composer-install/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,6 +41,6 @@ runs:

- name: Install dependencies with Composer
env:
SYMFONY_REQUIRE: ${{ inputs.symfony-version }}.*
SYMFONY_REQUIRE: "${{ inputs.symfony-version }}.*"
run: composer update --no-interaction --no-progress ${{ inputs.composer-flags }}
shell: bash

0 comments on commit 6129b42

Please sign in to comment.