Skip to content

Commit

Permalink
Bug fix #5780
Browse files Browse the repository at this point in the history
  • Loading branch information
StepanBrychta committed Sep 17, 2024
1 parent 5e781ef commit d6d4979
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/report-evictions.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit d6d4979

Please sign in to comment.