We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4384d9f commit 3554ac5Copy full SHA for 3554ac5
1 file changed
.github/workflows/publish.yml
@@ -7,7 +7,7 @@ jobs:
7
runs-on: ubuntu-latest
8
steps:
9
- name: Dispatch packagist update
10
- run: |
11
- curl -X POST https://packagist.org/api/update-package?username=${{ secrets.PACKAGIST_USERNAME }}&apiToken=${{ secrets.PACKAGIST_API_TOKEN }} \
12
- -d '{"repository":{"url":"https://github.com/detectlanguage/detectlanguage-php"}}' \
+ run: >-
+ curl -X POST https://packagist.org/api/update-package?username=${{ secrets.PACKAGIST_USERNAME }}&apiToken=${{ secrets.PACKAGIST_API_TOKEN }}
+ -d '{"repository":{"url":"https://github.com/detectlanguage/detectlanguage-php"}}'
13
-H "Content-Type: application/json"
0 commit comments