-
Notifications
You must be signed in to change notification settings - Fork 25
Open
Description
I am loving this workflow, but something I'd like to do is inverse the cp operation, like this:
- uses: keithweaver/[email protected]
with:
command: cp
source: s3://${{ secrets.AWS_PROD_BUCKET }}/assets
destination: ./applications/composed-storybook/storybook-static/versions
aws_access_key_id: ${{ secrets.AWS_PROD_S3_UPLOADER_ACCESS_KEY }}
aws_secret_access_key: ${{ secrets.AWS_PROD_S3_UPLOADER_SECRET_KEY }}
aws_region: us-east-1
so source being a copy-from, destination being a copy-to.
I could probably avoid doing this if I could set the output of ls to a variable or something. Any help appreciated!
keithweaver, Leoff00, leads, indiVar0508 and GordonSmith
Metadata
Metadata
Assignees
Labels
No labels