Skip to content

Commit

Permalink
workflows/promote-config: clone fedora-coreos-config with submodules
Browse files Browse the repository at this point in the history
To promote submodule content, we need to also make sure we clone the
repo with git submodules in the first place.
  • Loading branch information
jlebon authored and dustymabe committed Dec 16, 2024
1 parent 68286bd commit 213e845
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/promote-config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 213e845

Please sign in to comment.