Skip to content

Commit 548b885

Browse files
fix: update checkout step and correct path for composite workflow
1 parent c2356ff commit 548b885

1 file changed

Lines changed: 4 additions & 1 deletion

File tree

.github/workflows/workflow-ci.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,13 +7,16 @@ 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/utilities/reusable-workflow.yml
1215
call-composite-workflow:
1316
runs-on: ubuntu-latest
1417
steps:
1518
- name: Call Greeting Workflow
16-
uses: ./.github/workflows/utilities/composite-workflow.yml
19+
uses: ./utilities/composite-workflow.yml
1720
with:
1821
name: "Desarrollador"
1922
message: "Hola"

0 commit comments

Comments
 (0)