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
2
2
on :
3
3
workflow_call :
4
4
inputs :
5
- workflow_id :
6
- required : true
7
- type : string
8
5
artifact_name :
9
6
required : true
10
7
type : string
Original file line number Diff line number Diff line change 9
9
if : github.ref == 'refs/heads/main'
10
10
uses : ./.github/workflows/deploy-artifact-as-branch.yml
11
11
with :
12
- workflow_id : ${{github.run_id}}
13
12
artifact_name : npmDist
14
13
target_branch : npm
15
14
commit_message : " Deploy ${{github.event.workflow_run.head_sha}} to 'npm' branch"
20
19
if : github.ref == 'refs/heads/main'
21
20
uses : ./.github/workflows/deploy-artifact-as-branch.yml
22
21
with :
23
- workflow_id : ${{github.run_id}}
24
22
artifact_name : denoDist
25
23
target_branch : deno
26
24
commit_message : " Deploy ${{github.event.workflow_run.head_sha}} to 'deno' branch"
You can’t perform that action at this time.
0 commit comments