Skip to content

Commit 31153a5

Browse files
committed
Update checkout branch.
Signed-off-by: Jay Zhang <[email protected]>
1 parent aa84994 commit 31153a5

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/main.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,8 @@ jobs:
1515
steps:
1616
- name: Checkout code
1717
uses: actions/checkout@v4
18+
with:
19+
path: migrate_ci
1820

1921
# Call the composite action defined in my-action.yml
20-
- uses: ./.github/workflows/setup.yml@migrate_ci
22+
- uses: ./.github/workflows/setup.yml

0 commit comments

Comments
 (0)