Skip to content

Commit b36d6fe

Browse files
committed
fixed git checkout
1 parent a010f67 commit b36d6fe

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/copy-to-dist.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ jobs:
4040
path: 'source'
4141
- name: Copy to target
4242
run: |
43-
git clone "https://${{ secrets.github-token }}@github.com/${{ inputs.target-repository vcvc }}.git" target
43+
git clone "https://${{ secrets.github-token }}@github.com/${{ inputs.target-repository }}.git" target
4444
cd source
4545
cp ${{ inputs.files }} ../target/
4646
cd ../target

0 commit comments

Comments
 (0)