Skip to content

Commit

Permalink
fix: Specify repo and ref in workflow as it is reusable (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
typotter authored Dec 3, 2024
1 parent e530626 commit 59082e7
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions .github/workflows/lint-test-sdk.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,10 @@ jobs:
node-version: [ '18', '20', '22', '23' ]
steps:
- uses: actions/checkout@v3
with:
repository: Eppo-exp/node-server-sdk
ref: ${{ env.SDK_BRANCH_NAME }}

- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down Expand Up @@ -61,6 +65,10 @@ jobs:
node-version: [ '18', '20', '22', '23' ]
steps:
- uses: actions/checkout@v3
with:
repository: Eppo-exp/node-server-sdk
ref: ${{ env.SDK_BRANCH_NAME }}

- name: Use Node.js
uses: actions/setup-node@v3
with:
Expand Down

0 comments on commit 59082e7

Please sign in to comment.