Skip to content

Commit a34c0b3

Browse files
committed
ci: checkout repo before running custom action
1 parent 4d6894d commit a34c0b3

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/update_all_children.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,9 @@ jobs:
2020
"tomcat_bec",
2121
"xtreme_bec"]
2222
steps:
23+
- name: Checkout repo
24+
uses: actions/checkout@v4
25+
2326
- uses: ./.github/actions/trigger_child_update
2427
with:
2528
REPO_NAME: ${{ matrix.repo_name }}

0 commit comments

Comments
 (0)