Skip to content

Commit

Permalink
replace spaces with hyphens
Browse files Browse the repository at this point in the history
  • Loading branch information
jazzsequence committed May 6, 2024
1 parent f142ef2 commit cf187f1
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/sage-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -161,6 +161,8 @@ jobs:
run: |
# Hit https://binaryjazz.us/wp-json/genrenator/v1/genre/ to get a random string we can use as a name.
SAGENAME=$(curl -s https://binaryjazz.us/wp-json/genrenator/v1/genre/)
# Replace spaces with hyphens.
SAGENAME=$(echo $SAGENAME | tr ' ' '-')
echo "SAGENAME=$SAGENAME" >> $GITHUB_ENV
- name: Run Sage Install Script
env:
Expand Down

0 comments on commit cf187f1

Please sign in to comment.