Skip to content

Commit

Permalink
fix echo typo... introduced since #27
Browse files Browse the repository at this point in the history
Signed-off-by: Yacine Kheddache <yacine@microcks.io>
  • Loading branch information
yada committed Oct 16, 2024
1 parent 0258242 commit 6d1d414
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/global-replicator.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 6d1d414

Please sign in to comment.