diff --git a/.github/workflows/main.yaml b/.github/workflows/main.yaml index 7ba634ec844f..c93d78b339a6 100644 --- a/.github/workflows/main.yaml +++ b/.github/workflows/main.yaml @@ -128,8 +128,9 @@ jobs: DELETED: ${{ steps.cache.outputs.deleted_files }} run: | echo "${{ steps.issue_comment.outputs.DISABLE_CACHE }}" - echo "${{ (steps.cache.outputs.no-cache || (steps.cache.outputs.deleted_count > 20)) || steps.issue_comment.outputs.DISABLE_CACHE }}" - echo "${{ (steps.cache.outputs.no-cache || (steps.cache.outputs.deleted_count > 20)) || steps.issue_comment.outputs.DISABLE_CACHE == 'true' }}" + echo "${{ toJson(steps.cache.outputs) }}" + echo "${{ steps.cache.outputs.no-cache }}" + echo "${{ steps.cache.outputs.deleted_count }}" .github/scripts/restore-from-prebuilt.sh "`pwd`" \ "`pwd`/.github/otp.tar.gz" \ "`pwd`/otp_archive.tar.gz"