Skip to content

Commit

Permalink
Output
Browse files Browse the repository at this point in the history
  • Loading branch information
CodeGat committed Sep 16, 2024
1 parent 581054f commit 92528a9
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
user_regex_groups+=${BASH_REMATCH[0]}
user_regex_groups+=${BASH_REMATCH[1]}
fi
echo user_regex_groups
echo ${user_regex_groups[*]}
- id: group
run: |
Expand All @@ -32,4 +32,4 @@ jobs:
group_regex_groups+=${BASH_REMATCH[0]}
group_regex_groups+=${BASH_REMATCH[1]}
fi
echo group_regex_groups
echo ${group_regex_groups[*]}

0 comments on commit 92528a9

Please sign in to comment.