We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c9cf6f9 commit 47dfecaCopy full SHA for 47dfeca
README.md
@@ -93,6 +93,12 @@ Support this project with a :star:
93
- uses: tj-actions/branch-names@v8
94
id: branch-names
95
with:
96
+ # Replace forward slashes with hyphens
97
+ # in branch names
98
+ # Type: boolean
99
+ # Default: "false"
100
+ replace_slashes_with_hyphens: ''
101
+
102
# The prefix that should be
103
# stripped from the branch e.g
104
# `release/` -> with a branch
0 commit comments