Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
What's Up
Noticed the
transfer-rendered-files.yml
workflow was failing over at https://github.com/fhdsl/NIH_Data_Sharing.Did a little digging and from what I understand, GitHub doesn't want us to download individual files using either
git archive
orsvn export
for security reasons.This solution:
path:
arg, which allows you to checkout multiple repos usingcheckout
cp
andmkdir
to transfer stuff from the bookdown repo to the quizzes reposvn
dependencyTested over here: fhdsl/NIH_Data_Sharing#117
Successful PR here: https://github.com/fhdsl/NIH_Data_Sharing_Quizzes/pull/3
Screenshots for your enjoyment
Workflow log, this error is not just that the link is wrong -- even with a viable link it won't download
![Screenshot 2024-02-16 at 10 21 29 AM](https://private-user-images.githubusercontent.com/15618412/305542450-7bf0b14c-6568-47f4-b02c-74a5bd4f0f3a.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDAzMTYsIm5iZiI6MTczOTI0MDAxNiwicGF0aCI6Ii8xNTYxODQxMi8zMDU1NDI0NTAtN2JmMGIxNGMtNjU2OC00N2Y0LWIwMmMtNzRhNWJkNGYwZjNhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAyMTMzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTFhZWM3OThkNzE1YzdkNjExY2NjNDE0ZjJhNmU2YmEwOTBlZDIwN2I2NWM0YjcwNjc0MWExMjNmZjlmM2E5ZjImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.SjhiVzszelcoLaYw3N9JnADTSoxaKbw4ZzsjwDAVGfM)
![Screenshot 2024-02-16 at 12 18 46 PM](https://private-user-images.githubusercontent.com/15618412/305542522-7f37c163-def4-457b-9c33-545f116418da.png?jwt=eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9.eyJpc3MiOiJnaXRodWIuY29tIiwiYXVkIjoicmF3LmdpdGh1YnVzZXJjb250ZW50LmNvbSIsImtleSI6ImtleTUiLCJleHAiOjE3MzkyNDAzMTYsIm5iZiI6MTczOTI0MDAxNiwicGF0aCI6Ii8xNTYxODQxMi8zMDU1NDI1MjItN2YzN2MxNjMtZGVmNC00NTdiLTljMzMtNTQ1ZjExNjQxOGRhLnBuZz9YLUFtei1BbGdvcml0aG09QVdTNC1ITUFDLVNIQTI1NiZYLUFtei1DcmVkZW50aWFsPUFLSUFWQ09EWUxTQTUzUFFLNFpBJTJGMjAyNTAyMTElMkZ1cy1lYXN0LTElMkZzMyUyRmF3czRfcmVxdWVzdCZYLUFtei1EYXRlPTIwMjUwMjExVDAyMTMzNlomWC1BbXotRXhwaXJlcz0zMDAmWC1BbXotU2lnbmF0dXJlPTEzNTJmYmM0MTdlMzI0MGYwMDUxZWE4MWUzMTkyODFjZTI2Yjk3MjY2MDhjOWQ5NWE1OWFjZjU1OTQxNDA2NDImWC1BbXotU2lnbmVkSGVhZGVycz1ob3N0In0.BKVV8zdZuak78VffBE01eboZYjVXZghX_2LHpDAPFV8)
GitHub not being helpful