We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 71144d5 commit 3ce8055Copy full SHA for 3ce8055
.github/workflows/test.yml
@@ -42,4 +42,4 @@ jobs:
42
env:
43
CURRENTS_RECORD_KEY: ${{ secrets.CURRENTS_RECORD_KEY }}
44
run: |
45
- npx currents upload --project-id DVKGcA --ci-build-id ${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt }}
+ CURRENTS_API_URL=https://cy-staging.currents.dev/ npx currents upload --project-id DVKGcA --ci-build-id ${{ github.repository }}-${{ github.run_id }}-${{ github.run_attempt }}
0 commit comments