Skip to content
This repository was archived by the owner on Apr 1, 2025. It is now read-only.

Commit c36f496

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents 174bb50 + 2741058 commit c36f496

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

.github/workflows/autotest.yml

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,13 @@ jobs:
2222
steps:
2323
- name: Cloning repository
2424
uses: actions/checkout@v4
25+
- name: Get Env file
26+
uses: actions/checkout@v4
27+
with:
28+
ref: ${{ github.head_ref }}
29+
sparse-checkout: |
30+
env.sh
31+
sparse-checkout-cone-mode: false
2532
- name: Prepare environment
2633
run: |
2734
chmod -R +x .

0 commit comments

Comments
 (0)