Skip to content

Commit 3346892

Browse files
authored
force checkout to the client repo in the workflow (DataDog#3359)
1 parent 77a0433 commit 3346892

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/reusable-go-test.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ jobs:
3838
- name: Checkout code
3939
uses: actions/checkout@v3
4040
with:
41+
repository: DataDog/datadog-api-client-go
4142
ref: ${{ inputs.target-branch || github.ref }}
4243
- name: Install Go
4344
uses: actions/setup-go@v4

0 commit comments

Comments
 (0)