From 6d1d414b1516ac40f861b25edb4981c9d188942b Mon Sep 17 00:00:00 2001 From: Yacine Kheddache Date: Wed, 16 Oct 2024 17:25:31 +0200 Subject: [PATCH] fix echo typo... introduced since #27 Signed-off-by: Yacine Kheddache --- .github/workflows/global-replicator.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/global-replicator.yml b/.github/workflows/global-replicator.yml index acd82f3..245ed79 100644 --- a/.github/workflows/global-replicator.yml +++ b/.github/workflows/global-replicator.yml @@ -76,7 +76,7 @@ jobs: echo "DEPENDENCY_POLICY=$EXCLUDED_ARCHIVED_REPOS,$EXCLUDED_REPOS,$DEMONSTRATIONS,$DOCUMENTATION,$COMMUNITY_RESOURCES" >> "$GITHUB_OUTPUT" # Concatenate environment variables to ignore and assign them to WELOME-NEW-USERS - ecgo "WELCOME-NEW-USERS=$EXCLUDED_ARCHIVED_REPOS,$EXCLUDED_REPOS" >> "$GITHUB_OUTPUT" + echo "WELCOME-NEW-USERS=$EXCLUDED_ARCHIVED_REPOS,$EXCLUDED_REPOS" >> "$GITHUB_OUTPUT" # Replicate .github/CODE_OF_CONDUCT.md file in all repositories as described here: https://github.com/microcks/.github/issues/16 replicate_coc: