Skip to content

Commit

Permalink
Merge pull request #1226 from SRetip/rr
Browse files Browse the repository at this point in the history
READY : snake_case_fix
  • Loading branch information
Wandalen authored Mar 21, 2024
2 parents 4916885 + 09e85e0 commit cd06dee
Show file tree
Hide file tree
Showing 4 changed files with 6 additions and 6 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/auto_merge_to_beta.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs :
- uses: actions/checkout@v3
- id: workflow_files
run: |
WORKFLOWS=$(ls .github/workflows | grep Module)
WORKFLOWS=$(ls .github/workflows | grep module)
for WORKFLOW in $WORKFLOWS ; do
NAME=$(echo $WORKFLOW | sed 's/\(\S\+\).yml/\1/')
NAMES="$NAMES $NAME"
Expand All @@ -31,7 +31,7 @@ jobs :
echo "files={\"modules\":$OUTPUT}" >> $GITHUB_OUTPUT
- id: workflow_names
run: |
WORKFLOWS=$(ls .github/workflows | grep Module)
WORKFLOWS=$(ls .github/workflows | grep module)
for WORKFLOW in $WORKFLOWS ; do
NAME=$(cat .github/workflows/$WORKFLOW | grep -G '^name :' | sed 's/name\s*:\s\+\(\S*\)/\1/')
NAMES="$NAMES%0A$NAME"
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/status_checks_rules_update.yml
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
4 changes: 2 additions & 2 deletions module/move/willbe/template/workflow/auto_merge_to.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs :
- uses: actions/checkout@v3
- id: workflow_files
run: |
WORKFLOWS=$(ls .github/workflows | grep Module)
WORKFLOWS=$(ls .github/workflows | grep module)
for WORKFLOW in $WORKFLOWS ; do
NAME=$(echo $WORKFLOW | sed 's/\(\S\+\).yml/\1/')
NAMES="$NAMES $NAME"
Expand All @@ -31,7 +31,7 @@ jobs :
echo "files={\"modules\":$OUTPUT}" >> $GITHUB_OUTPUT
- id: workflow_names
run: |
WORKFLOWS=$(ls .github/workflows | grep Module)
WORKFLOWS=$(ls .github/workflows | grep module)
for WORKFLOW in $WORKFLOWS ; do
NAME=$(cat .github/workflows/$WORKFLOW | grep -G '^name :' | sed 's/name\s*:\s\+\(\S*\)/\1/')
NAMES="$NAMES%0A$NAME"
Expand Down
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 cd06dee

Please sign in to comment.