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 a010f67 commit b36d6feCopy full SHA for b36d6fe
.github/workflows/copy-to-dist.yml
@@ -40,7 +40,7 @@ jobs:
40
path: 'source'
41
- name: Copy to target
42
run: |
43
- git clone "https://${{ secrets.github-token }}@github.com/${{ inputs.target-repository vcvc }}.git" target
+ git clone "https://${{ secrets.github-token }}@github.com/${{ inputs.target-repository }}.git" target
44
cd source
45
cp ${{ inputs.files }} ../target/
46
cd ../target
0 commit comments