Skip to content

Commit

Permalink
check for true
Browse files Browse the repository at this point in the history
  • Loading branch information
mogmarsh committed Nov 7, 2023
1 parent 80bc420 commit 4784728
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/built-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -124,7 +124,7 @@ jobs:
echo "VERSION_TAG=$VERSION_TAG"
- name: Install dependencies
if: ${{ COMPOSER_INSTALL }}
if: ${{ COMPOSER_INSTALL === true }}
uses: php-actions/composer@v6
with:
php_version: ${{ inputs.php }}
Expand Down

0 comments on commit 4784728

Please sign in to comment.