Revert "GitHub Actions: fix ENOENT for jobs running in forks"

Revert b106cf2eef.
Sorry, it didn't actually fix the problem. See for example:
https://github.com/peterzhu2118/ruby/actions/runs/5659386206/job/15332833836

The plot thickens.
This commit is contained in:
Alan Wu 2023-07-25 18:46:00 -04:00 коммит произвёл GitHub
Родитель d8cee55073
Коммит 14691d39e9
Не найден ключ, соответствующий данной подписи
Идентификатор ключа GPG: 4AEE18F83AFDEB23
1 изменённых файлов: 0 добавлений и 1 удалений

Просмотреть файл

@ -42,7 +42,6 @@ runs:
run: |
mkdir -p ${{ inputs.srcdir }}
mkdir -p ${{ inputs.builddir }}
mkdir -p ${{ inputs.srcdir }}/.downloaded-cache
# Did you know that actions/checkout works without git(1)? We are
# checking that here.