Skip to content

Commit

Permalink
More slashes
Browse files Browse the repository at this point in the history
  • Loading branch information
hannesa2 committed Sep 11, 2023
1 parent d215135 commit 2236040
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Android-CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
env:
name: "${{env.BRANCH_NAME}}"
run: |
echo "MODIFIED_BRANCH_NAME=${name/\//-}" >> ${GITHUB_OUTPUT}
echo "MODIFIED_BRANCH_NAME=${name//\//-}" >> ${GITHUB_OUTPUT}
cat ${GITHUB_OUTPUT}
build:
Expand Down

0 comments on commit 2236040

Please sign in to comment.