mirror of
https://github.com/ivabus/pantry
synced 2025-06-08 08:20:32 +03:00
push ref for CI to work
This commit is contained in:
parent
6915789c83
commit
4970d50944
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build.yml
vendored
2
.github/workflows/build.yml
vendored
|
@ -14,7 +14,7 @@ jobs:
|
|||
run: |
|
||||
curl https://app.tea.xyz/api/builder/enqueue \
|
||||
-H "authorization: bearer ${{ secrets.TEA_API_TOKEN }}" \
|
||||
-d "${{ inputs.projects }}"
|
||||
-d "$GITHUB_SHA ${{ inputs.projects }}"
|
||||
build:
|
||||
runs-on: ${{ matrix.os }}
|
||||
strategy:
|
||||
|
|
Loading…
Reference in a new issue