We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b953942 commit 9c0b22fCopy full SHA for 9c0b22f
.github/workflows/test-sdks.yml
@@ -1,7 +1,4 @@
1
name: Test SDKs Locally
2
-
3
-env:
4
- BRANCH_NAME: ${{ github.head_ref || github.ref_name }}
5
6
on:
7
push:
@@ -14,4 +11,4 @@ jobs:
14
11
test-php-sdk:
15
12
uses: Eppo-exp/php-sdk/.github/workflows/run-tests.yml@tp/workflows/remote
16
13
with:
17
- test_data_branch: ${{ BRANCH_NAME}}
+ test_data_branch: ${{ github.head_ref || github.ref_name }}
0 commit comments