From 1c9d1c2acaa10a100513f60cfdb9120ab05507c1 Mon Sep 17 00:00:00 2001 From: Jonathan Lebon Date: Mon, 16 Dec 2024 12:55:07 -0500 Subject: [PATCH] workflows/promote-config: clone fedora-coreos-config with submodules To promote submodule content, we need to also make sure we clone the repo with git submodules in the first place. --- .github/workflows/promote-config.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/promote-config.yml b/.github/workflows/promote-config.yml index be0b39b..dbc3ace 100644 --- a/.github/workflows/promote-config.yml +++ b/.github/workflows/promote-config.yml @@ -53,6 +53,7 @@ jobs: ref: ${{ env.target_stream }} path: fcos token: ${{ secrets.COREOSBOT_RELENG_TOKEN }} + submodules: true - name: Checkout fedora-coreos-releng-automation uses: actions/checkout@v3 with: