Skip to content

Commit 59082e7

Browse files
authored
fix: Specify repo and ref in workflow as it is reusable (#82)
1 parent e530626 commit 59082e7

File tree

1 file changed

+8
-0
lines changed

1 file changed

+8
-0
lines changed

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

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -28,6 +28,10 @@ jobs:
2828
node-version: [ '18', '20', '22', '23' ]
2929
steps:
3030
- uses: actions/checkout@v3
31+
with:
32+
repository: Eppo-exp/node-server-sdk
33+
ref: ${{ env.SDK_BRANCH_NAME }}
34+
3135
- name: Use Node.js
3236
uses: actions/setup-node@v3
3337
with:
@@ -61,6 +65,10 @@ jobs:
6165
node-version: [ '18', '20', '22', '23' ]
6266
steps:
6367
- uses: actions/checkout@v3
68+
with:
69+
repository: Eppo-exp/node-server-sdk
70+
ref: ${{ env.SDK_BRANCH_NAME }}
71+
6472
- name: Use Node.js
6573
uses: actions/setup-node@v3
6674
with:

0 commit comments

Comments
 (0)