Skip to content

Commit 3a93f4f

Browse files
author
LE SAULNIER Kevin
committed
add backslash
Signed-off-by: LE SAULNIER Kevin <[email protected]>
1 parent 20dd5fd commit 3a93f4f

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

.github/workflows/dispatch-release.yml

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -67,17 +67,13 @@ jobs:
6767
- name: Create tags and trigger release workflows
6868
run: |
6969
while read url; do
70-
url_with_token="${url/https:\/\/github.com/https:\/\/x-access-token:${GH_TOKEN}@github.com}"
71-
git clone "$url_with_token"
72-
folder=$(basename "$url" .git)
73-
cd $folder
7470
7571
version=${{github.event.inputs.release-version}}
7672
branch_name=${{github.event.inputs.branch-name}}
7773
7874
gh workflow run release.yml \
7975
--ref main \
80-
-f releaseVersion="$version"
76+
-f releaseVersion="$version" \
8177
-f gitReference="$branch_name"
8278
8379
cd -

0 commit comments

Comments
 (0)