From 1c465f658a99166a28c68c8a34adddfae0b7629d Mon Sep 17 00:00:00 2001 From: Adam Patridge Date: Wed, 19 Jul 2023 07:39:38 -0600 Subject: [PATCH] Add Linux-only note --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index ecd0d31..5f3a48d 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # GitHub Action to Sync S3 Bucket 🔄 -This simple action uses the [vanilla AWS CLI](https://docs.aws.amazon.com/cli/index.html) to sync a directory (either from your repository or generated during your workflow) with a remote S3 bucket. +This simple action uses the [vanilla AWS CLI](https://docs.aws.amazon.com/cli/index.html) to sync a directory (either from your repository or generated during your workflow) with a remote S3 bucket on Linux-run workflows. ## Usage