This is an automated email from the ASF dual-hosted git repository.

potiuk pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/airflow-site-archive.git


The following commit(s) were added to refs/heads/main by this push:
     new 6648373b4f Fix typo in inputs
6648373b4f is described below

commit 6648373b4f0e2bdea7938ef699635f1dd1e050ea
Author: Jarek Potiuk <ja...@potiuk.com>
AuthorDate: Thu May 15 21:41:09 2025 -0400

    Fix typo in inputs
---
 .github/workflows/github-to-s3.yml | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/.github/workflows/github-to-s3.yml 
b/.github/workflows/github-to-s3.yml
index a8dcab16f9..6c82bb6468 100644
--- a/.github/workflows/github-to-s3.yml
+++ b/.github/workflows/github-to-s3.yml
@@ -63,7 +63,7 @@ jobs:
           SYNC_TYPE: ${{ inputs.sync-type }}
           COMMIT_SHA: ${{ inputs.commit-sha }}
           PROCESSES: ${{ inputs.processes }}
-          DESTINATION: ${{ iputs.destination }}}
+          DESTINATION: ${{ inputs.destination }}}
         run: |
           echo "Input parameters summary"
           echo "========================="

Reply via email to