We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4d6894d commit a34c0b3Copy full SHA for a34c0b3
1 file changed
.github/workflows/update_all_children.yml
@@ -20,6 +20,9 @@ jobs:
20
"tomcat_bec",
21
"xtreme_bec"]
22
steps:
23
+ - name: Checkout repo
24
+ uses: actions/checkout@v4
25
+
26
- uses: ./.github/actions/trigger_child_update
27
with:
28
REPO_NAME: ${{ matrix.repo_name }}
0 commit comments