From d6d4979cb76adab50e99cc391f8be58d7baf8d7d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C5=A0t=C4=9Bp=C3=A1n=20Brychta?= Date: Tue, 17 Sep 2024 14:32:23 +0100 Subject: [PATCH] Bug fix #5780 --- .github/workflows/report-evictions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/report-evictions.yml b/.github/workflows/report-evictions.yml index f0f82f78..3f2c34db 100644 --- a/.github/workflows/report-evictions.yml +++ b/.github/workflows/report-evictions.yml @@ -37,7 +37,7 @@ jobs: - uses: aws-actions/amazon-ecr-login@v2 - name: Run eviction report for ${{ matrix.service }} - run: ./builds/report_sbt_evictions.sh ${{ matrix.service }} + run: PGP_PASSPHRASE="" ./builds/report_sbt_evictions.sh ${{ matrix.service }} continue-on-error: true - name: Upload eviction reports