ecohealthalliance / container-template

Containerised R workflow template
MIT License
23 stars 2 forks source link

add namespace of s3() and keep() functions in aws_upload function for use in command line #8

Closed ernestguevarra closed 2 years ago

ernestguevarra commented 2 years ago

when I used the aws_upload function in the GHA workflow, i encountered these errors:

https://github.com/ecohealthalliance/nipah-bangladesh-automation/runs/4532950083?check_suite_focus=true https://github.com/ecohealthalliance/nipah-bangladesh-automation/runs/4533008761?check_suite_focus=true

adding paws::s3() and purrr::keep() sorted the issue