mirror of
https://github.com/ivabus/pantry
synced 2024-11-23 00:45:07 +03:00
need to test for 'true'/'false'
This commit is contained in:
parent
8eb0f4778e
commit
95ecc17d79
1 changed files with 1 additions and 0 deletions
1
.github/workflows/cd.yml
vendored
1
.github/workflows/cd.yml
vendored
|
@ -17,6 +17,7 @@ jobs:
|
|||
jq -sc . |
|
||||
curl https://app.tea.xyz/api/receiveWatcherProjects --fail -X PUT \
|
||||
-H "content-type: application/json" -H "authorization: bearer ${{ secrets.TEA_API_TOKEN }}" -d @-
|
||||
- uses: teaxyz/setup@v0
|
||||
- run: ./scripts/has-artifacts.ts ${{ github.repository }} ${{ github.sha }} >>$GITHUB_ENV
|
||||
env:
|
||||
GITHUB_TOKEN: ${{github.token}}
|
||||
|
|
Loading…
Reference in a new issue