Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit 3453074

Browse files
committed
Checkout current repo in gh-test*.yml.
1 parent 5554599 commit 3453074

File tree

2 files changed

+10
-0
lines changed

2 files changed

+10
-0
lines changed

.github/workflows/gh-test-within-container.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -55,6 +55,11 @@ jobs:
5555
shell: bash --noprofile --norc -xeuo pipefail {0}
5656

5757
steps:
58+
- name: Checkout ${{ inputs.client-repo }}
59+
uses: actions/checkout@v4
60+
with:
61+
fetch-depth: 0
62+
5863
- name: Setup
5964
uses: ./.github/actions/setup
6065
with:

.github/workflows/gh-test-without-container.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -49,6 +49,11 @@ jobs:
4949
shell: bash --noprofile --norc -xeuo pipefail {0}
5050

5151
steps:
52+
- name: Checkout ${{ inputs.client-repo }}
53+
uses: actions/checkout@v4
54+
with:
55+
fetch-depth: 0
56+
5257
- name: Setup
5358
uses: ./.github/actions/setup
5459
with:

0 commit comments

Comments
 (0)