Skip to content

Commit

Permalink
debug
Browse files Browse the repository at this point in the history
  • Loading branch information
garazdawi committed Jan 12, 2024
1 parent be57fc3 commit db2f6fe
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/main.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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"
Expand Down

0 comments on commit db2f6fe

Please sign in to comment.