File tree Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Expand file tree Collapse file tree 2 files changed +0
-5
lines changed Original file line number Diff line number Diff line change @@ -2,9 +2,6 @@ name: Deploy specified artifact as a branch
22on :
33 workflow_call :
44 inputs :
5- workflow_id :
6- required : true
7- type : string
85 artifact_name :
96 required : true
107 type : string
Original file line number Diff line number Diff line change 99 if : github.ref == 'refs/heads/main'
1010 uses : ./.github/workflows/deploy-artifact-as-branch.yml
1111 with :
12- workflow_id : ${{github.run_id}}
1312 artifact_name : npmDist
1413 target_branch : npm
1514 commit_message : " Deploy ${{github.event.workflow_run.head_sha}} to 'npm' branch"
2019 if : github.ref == 'refs/heads/main'
2120 uses : ./.github/workflows/deploy-artifact-as-branch.yml
2221 with :
23- workflow_id : ${{github.run_id}}
2422 artifact_name : denoDist
2523 target_branch : deno
2624 commit_message : " Deploy ${{github.event.workflow_run.head_sha}} to 'deno' branch"
You can’t perform that action at this time.
0 commit comments