Skip to content

Commit 2c696ac

Browse files
authored
fix: use repo and ref parameters in checkout action (#159)
1 parent 702a572 commit 2c696ac

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.github/workflows/lint-test-sdk.yml

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ jobs:
3535
echo "Test Data: sdk-test-data@${TEST_DATA_BRANCH_NAME}"
3636
echo "SDK Branch: js-client-sdk@${SDK_BRANCH_NAME}"
3737
- uses: actions/checkout@v3
38+
with:
39+
repository: Eppo-exp/js-client-sdk
40+
ref: ${{ env.SDK_BRANCH_NAME }}
3841
- name: Use Node.js
3942
uses: actions/setup-node@v3
4043
with:
@@ -65,6 +68,9 @@ jobs:
6568
node-version: [ '18', '20', '22', '23' ]
6669
steps:
6770
- uses: actions/checkout@v3
71+
with:
72+
repository: Eppo-exp/js-client-sdk
73+
ref: ${{ env.SDK_BRANCH_NAME }}
6874
- name: Use Node.js
6975
uses: actions/setup-node@v3
7076
with:

0 commit comments

Comments
 (0)