Skip to content

Commit 9e89fdf

Browse files
authored
Merge pull request #173 from hannesa2/test1/test2/MoreSlashes
More slashes
2 parents d215135 + 2236040 commit 9e89fdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/Android-CI.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
env:
2222
name: "${{env.BRANCH_NAME}}"
2323
run: |
24-
echo "MODIFIED_BRANCH_NAME=${name/\//-}" >> ${GITHUB_OUTPUT}
24+
echo "MODIFIED_BRANCH_NAME=${name//\//-}" >> ${GITHUB_OUTPUT}
2525
cat ${GITHUB_OUTPUT}
2626
2727
build:

0 commit comments

Comments
 (0)