Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
aalves08 committed Dec 4, 2024
1 parent 6b815b1 commit 0eaed56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test-extension-workflows-master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -206,7 +206,7 @@ jobs:
for i in "${OUTPUT_ARRAY[@]}"
do
echo "$i"
if [[ ${OUTPUT_ARRAY[@]} = "failure" ]]; then
if [[ ${OUTPUT_ARRAY[$1]} = "failure" ]]; then
EMOJI="🆘"
else
EMOJI="✅"
Expand Down

0 comments on commit 0eaed56

Please sign in to comment.