Skip to content

Commit

Permalink
snake_case_fix
Browse files Browse the repository at this point in the history
  • Loading branch information
SRetip committed Mar 20, 2024
1 parent 8e611a2 commit 9ab86fe
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs :
- name : Get options
id : options_get
run : |
WORKFLOWS=$(ls .github/workflows | grep Module)
WORKFLOWS=$(ls .github/workflows | grep module)
for WORKFLOW in $WORKFLOWS ; do
CONTEXT=$(echo $WORKFLOW | sed 's/\(\S\+\).yml/{"context":"check (\1)","app_id":null}/')
CONTEXTS="$CONTEXTS,$CONTEXT"
Expand Down

0 comments on commit 9ab86fe

Please sign in to comment.