Skip to content

Commit 663ab25

Browse files
fix: add checkout action
1 parent 6cdf2cd commit 663ab25

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/workflow-ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,9 @@ jobs:
77
call-reusable-workflow:
88
runs-on: ubuntu-latest
99
steps:
10+
- name: Checkout repository
11+
uses: actions/checkout@v4
12+
1013
- name: Call CI Workflow
1114
uses: ./.github/workflows/reusable-workflow-CI.yml
1215

0 commit comments

Comments
 (0)