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 768fe82464 Add color to 'no changes' 768fe82464 is described below commit 768fe82464fcfa41e47f9588049e1a28759b5e42 Author: Jarek Potiuk <ja...@potiuk.com> AuthorDate: Sun May 11 13:07:27 2025 +0200 Add color to 'no changes' --- .github/workflows/s3-to-github.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/s3-to-github.yml b/.github/workflows/s3-to-github.yml index eae2d7063c..7230d8d7aa 100644 --- a/.github/workflows/s3-to-github.yml +++ b/.github/workflows/s3-to-github.yml @@ -159,7 +159,7 @@ jobs: echo "Running git add" git add --verbose . echo "Running git commit" - git commit -m "Sync S3 to GitHub" || echo "No changes to commit" + git commit -m "Sync S3 to GitHub" || echo -e "\e[32mNo changes to commit\e[0m" git push --force origin main working-directory: /mnt/cloned-airflow-site-archive if: inputs.commit-changes == true && github.ref == 'refs/heads/main'