Skip to content

Commit eef4c83

Browse files
Fix callable watch workflow
1 parent e9e9bb4 commit eef4c83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/callable-watch.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: ramsey/composer-install@v2
3232

3333
- name: Regenerate code against last version
34-
run: vendor/bin/yaml-to-php ${{ inputs.original_repository }})
34+
run: vendor/bin/yaml-to-php ${{ inputs.original_repository }}
3535

3636
- name: Checkout .github directory
3737
run: rm -rf .github && git checkout .github

0 commit comments

Comments
 (0)