nebula-dev / spaces-sync-action

GitHub Action to sync content into repository-specific directory while respecting directory structure
11 stars 5 forks source link

Github Action DigitalOcean Spaces Sync doesn't work, ERROR: Configuration file not available #1

Closed laukstein closed 2 years ago

laukstein commented 2 years ago

image image

You are using pip version 18.1, however version 22.0.4 is available.
...
Warning: Unexpected input(s) 'SOURCE_DIR', 'SPACE_REGION', 'SPACE_NAME', 'SPACE_ACCESS_KEY', 'SPACE_SECRET_KEY', valid inputs are ['entryPoint', 'args']
...
Setting up s3cmd config...
ERROR: /github/home/.s3cfg: None
ERROR: Configuration file not available.
ERROR: Consider using --configure parameter to create one.
laukstein commented 2 years ago

I was using with instead of env. Anyway based on https://github.com/guilherme-miranda/spaces-sync-action/commit/79bbe940e5fa5050ea2e517dc972f5a27e4e23cc etc. this repo seems outdated.