We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a91c5b5 commit 9cbebbbCopy full SHA for 9cbebbb
.github/workflows/publish.yml
@@ -8,6 +8,6 @@ jobs:
8
steps:
9
- name: Dispatch packagist update
10
run: |
11
- curl -X POST -d '{"repository":{"url":"https://github.com/detectlanguage/detectlanguage-php"}}' \
12
- -H "Content-Type: application/json" \
13
- https://packagist.org/api/update-package?username=${{ secrets.PACKAGIST_USERNAME }}&apiToken=${{ secrets.PACKAGIST_API_TOKEN }}
+ curl -X POST -H 'Content-Type: application/json' \
+ -d '{"repository":"https://github.com/detectlanguage/detectlanguage-php"}' \
+ 'https://packagist.org/api/update-package?username=${{ secrets.PACKAGIST_USERNAME }}&apiToken=${{ secrets.PACKAGIST_API_TOKEN }}'
0 commit comments