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 399e82c commit a010f67Copy full SHA for a010f67
.github/workflows/copy-to-dist.yml
@@ -38,14 +38,9 @@ jobs:
38
with:
39
ref: ${{ inputs.source-branch }}
40
path: 'source'
41
- - name: Checkout target
42
- uses: actions/checkout@v4
43
- with:
44
- repository: ${{ inputs.target-repository }}
45
- ref: ${{ inputs.target-branch }}
46
- path: 'target'
47
- name: Copy to target
48
run: |
+ git clone "https://${{ secrets.github-token }}@github.com/${{ inputs.target-repository vcvc }}.git" target
49
cd source
50
cp ${{ inputs.files }} ../target/
51
cd ../target
0 commit comments