Skip to content
This repository is currently being migrated. It's locked while the migration is in progress.

Commit 28c714f

Browse files
committed
echo
1 parent e3b6bf4 commit 28c714f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/check_label_and_workflow.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ jobs:
5151
WORKFLOWS=("Code Checks" "Check CODEOWNERS Entries" "Ready for Review")
5252
ALL_COMPLETED=true
5353
54-
echo "$WORKFLOWS"
54+
echo "${WORKFLOWS[@]}"
5555
5656
for WORKFLOW in "${WORKFLOWS[@]}"; do
5757
# Check if there's any in-progress run for this workflow

0 commit comments

Comments
 (0)