Closed ernestguevarra closed 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
paws::s3()
purrr::keep()
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()
andpurrr::keep()
sorted the issue