mirror of
https://github.com/anyproto/any-sync.git
synced 2025-06-08 05:57:03 +09:00
fix
This commit is contained in:
parent
9956bedd78
commit
6534b8c60c
1 changed files with 9 additions and 9 deletions
18
.github/workflows/coverage.yml
vendored
18
.github/workflows/coverage.yml
vendored
|
@ -15,17 +15,17 @@ jobs:
|
|||
- name: git config
|
||||
run: |
|
||||
git config --global http.extraheader "PRIVATE-TOKEN: ${{ secrets.GITHUB_TOKEN }}"
|
||||
- name: Create issue using REST API
|
||||
- name: Create issue using REST API
|
||||
run: |
|
||||
curl --request POST \
|
||||
--url https://api.github.com/repos/${{ github.repository }}/issues \
|
||||
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
|
||||
--header 'content-type: application/json' \
|
||||
--data '{
|
||||
"title": "Automated issue for commit: ${{ github.sha }}",
|
||||
"body": "This issue was automatically created by the GitHub Action workflow **${{ github.workflow }}**. \n\n The commit hash was: _${{ github.sha }}_."
|
||||
}' \
|
||||
--fail
|
||||
--url https://api.github.com/repos/${{ github.repository }}/issues \
|
||||
--header 'authorization: Bearer ${{ secrets.GITHUB_TOKEN }}' \
|
||||
--header 'content-type: application/json' \
|
||||
--data '{
|
||||
"title": "Automated issue for commit: ${{ github.sha }}",
|
||||
"body": "This issue was automatically created by the GitHub Action workflow **${{ github.workflow }}**. \n\n The commit hash was: _${{ github.sha }}_."
|
||||
}' \
|
||||
--fail
|
||||
- name: Vet
|
||||
run: |
|
||||
make vet
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue