Skip to content

Commit 988d9a0

Browse files
committed
Fix broken syntax
1 parent 1239028 commit 988d9a0

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

‎.github/workflows/inspector-bot.yml‎

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
name: 'Set up PHP'
3434
uses: 'shivammathur/setup-php@v2'
3535
with:
36-
php-version: '{{ inputs.php_version }}'
36+
php-version: {{ inputs.php_version }}
3737
coverage: none
3838
env:
3939
update: true

0 commit comments

Comments
 (0)