Cache permissions workaround (#2245)

This commit is contained in:
HebaruSan 2021-01-27 00:22:49 -06:00 committed by GitHub
parent 6c5931732f
commit f452a3e169
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 2 additions and 0 deletions

View File

@ -33,3 +33,5 @@ jobs:
with:
source: commits
pull request body: ${{ github.event.pull_request.body }}
- name: Chmod cached files so actions/cache can read them
run: sudo chmod -R a+r .cache