push ref for CI to work

This commit is contained in:
Jacob Heider 2022-09-15 19:40:30 -04:00 committed by Jacob Heider
parent 6915789c83
commit 4970d50944

View file

@ -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: