Skip to content

Commit

Permalink
fix(f39): really the right matrix variable name
Browse files Browse the repository at this point in the history
  • Loading branch information
bsherman committed Oct 31, 2023
1 parent 6ef9013 commit 94d31d8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -68,7 +68,7 @@ jobs:
- name: Matrix Variables
shell: bash
run: |
if [[ "${{ matrix.fedora_major_version }}" -ge "39" ]] && \
if [[ "${{ matrix.major_version }}" -ge "39" ]] && \
grep "${{ matrix.image_name }}" <<< "silverblue, kinoite, sericea"; then
echo "SOURCE_ORG=fedora" >> $GITHUB_ENV
echo "SOURCE_IMAGE=fedora-${{ matrix.image_name }}" >> $GITHUB_ENV
Expand Down

0 comments on commit 94d31d8

Please sign in to comment.