Skip to content

Commit

Permalink
ci: test
Browse files Browse the repository at this point in the history
Signed-off-by: r3drun3 <[email protected]>
  • Loading branch information
R3DRUN3 committed Jan 10, 2024
1 parent 13f2fc2 commit 3c05efd
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,6 @@ on:
jobs:
immunize:
runs-on: ubuntu-latest

strategy:
fail-fast: false
matrix:
Expand Down Expand Up @@ -89,7 +88,7 @@ jobs:
- name: Set PATCHED_IMAGES
id: set_patched_images
run: |
IMAGES="${{ join(needs.immunize.outputs.images, ',') }}"
IMAGES="${{ needs.immunize.outputs.images }}"
echo "PATCHED_IMAGES=${IMAGES}" >> $GITHUB_ENV
echo "Patched images: $IMAGES" # Print for debugging
shell: bash
Expand Down

0 comments on commit 3c05efd

Please sign in to comment.