Skip to content

Commit

Permalink
Fix sanitize branch name
Browse files Browse the repository at this point in the history
  • Loading branch information
getBoolean committed Jan 25, 2024
1 parent 2343552 commit f774824
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ env:
FLUTTER_VERSION: "any"
FLAVOR: ""
# https://github.com/transferwise/sanitize-branch-name/blob/main/action.yml
BRANCH_NAME: $(${{ github.head_ref || github.ref_name }} | tr "/" "-")
BRANCH_NAME: $(echo -n ${{ github.head_ref || github.ref_name }} | tr "/" "-")

# Needed to deploy to GitHub Pages
permissions:
Expand Down

0 comments on commit f774824

Please sign in to comment.