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 6d19097 commit e240bfb
Showing 1 changed file with 1 addition and 8 deletions.
9 changes: 1 addition & 8 deletions .github/workflows/patch.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -85,18 +85,11 @@ jobs:
- name: Checkout Repository
uses: actions/checkout@v2

- name: Set PATCHED_IMAGES
id: set_patched_images
run: |
PATCHED_IMAGES=${{ needs.immunize.outputs.patched }}
echo "PATCHED_IMAGES=${PATCHED_IMAGES}" >> $GITHUB_ENV
shell: bash

- name: Send Mail Report
run: |
python $GITHUB_WORKSPACE/send_mail_report.py
env:
EMAIL_RECIPIENTS: ${{ secrets.EMAIL_RECIPIENTS }}
EMAIL_ADDRESS: ${{ secrets.EMAIL_ADDRESS }}
EMAIL_PASSWORD: ${{ secrets.EMAIL_PASSWORD }}
PATCHED_IMAGES: ${{ needs.test.outputs.PATCHED_IMAGES }}
PATCHED_IMAGES: ${{ needs.immunize.outputs.patched }}

0 comments on commit e240bfb

Please sign in to comment.