Skip to content

Commit

Permalink
checkout code to define distros
Browse files Browse the repository at this point in the history
  • Loading branch information
CamJN committed Sep 2, 2024
1 parent ddd39d4 commit e3b185f
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/debian.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,9 @@ jobs:
outputs:
distros: ${{ steps.distros.outputs.distros }}
steps:
- uses: actions/checkout@v4
with:
submodules: true
- name: Define Distros
id: distros
run: echo "distros=[$(awk -F= '/DEFAULT_DISTROS/{print $2}' packaging/debian/internal/lib/distro_info.sh | sed -e 's/ /", "/g')]" >> "$GITHUB_OUTPUT"
Expand Down

0 comments on commit e3b185f

Please sign in to comment.