andre-lx

Results 23 comments of andre-lx

@SethThoburn always use `' '` in the args. Never use `" "`. Not sure if it's this, but I had some issues using double quotes.

Can you paste your step please?

Hi @aljones15. I have the same configuration as you. Can you try to set manually the bucket name in the action? It looks like the secret is not being pulled.

Not a clue. But it's definitely something with your secrets. Try to delete the secrets and add it again. Are you using organisational secrets or repository ones? Try on the...

The `reports` dir? What error did you get now?

Why are you using two separated jobs? You can add to the test-node (where you do the checkout) the 'S3 Bucket sync' step. Or, do the checkout again in the...

Did you set the content type in the args flag? ```yaml args: --content-type ... ```

@gairik works if you are not using the flag `--delete`

Just be careful with the `" "`. Always use `' '`in the args flag.

You can achieve this with the `args` flag as @zmays mentioned. As an example: ```yaml - name: Deploy html files without extension and with content type uses: jakejarvis/s3-sync-action@master with: args:...