File tree Expand file tree Collapse file tree 1 file changed +10
-10
lines changed
Expand file tree Collapse file tree 1 file changed +10
-10
lines changed Original file line number Diff line number Diff line change @@ -47,13 +47,13 @@ jobs:
4747 with :
4848 files : ${{ steps.zip.outputs.path }}
4949
50- deploy :
51- needs : [install, upload]
52- uses : codesnippetspro/.github-private/.github/workflows/publish_svn.yml@main
53- with :
54- repo : ${{ github.repository }}
55- branch : ${{ github.ref_name }}
56- tag : ${{ needs.install.outputs.version}}
57- slug : ${{ github.repository }}
58- artifact_url : ${{ needs.upload.outputs.artifact_url }}
59- artifact_name : ${{ needs.upload.outputs.artifact_name }}
50+ # deploy:
51+ # needs: [install, upload]
52+ # uses: codesnippetspro/.github-private/.github/workflows/publish_svn.yml@main
53+ # with:
54+ # repo: ${{ github.repository }}
55+ # branch: ${{ github.ref_name }}
56+ # tag: ${{ needs.install.outputs.version}}
57+ # slug: code-snippets
58+ # artifact_url: ${{ needs.upload.outputs.artifact_url }}
59+ # artifact_name: ${{ needs.upload.outputs.artifact_name }}
You can’t perform that action at this time.
0 commit comments