File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 12
12
13
13
jobs :
14
14
build :
15
- uses : datavisyn/github-workflows/.github/workflows/build-node-python.yml@new_deployment
15
+ uses : datavisyn/github-workflows/.github/workflows/build-node-python.yml@main
16
16
secrets : inherit
17
17
with :
18
18
cypress_enable : true
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ on: workflow_dispatch
4
4
5
5
jobs :
6
6
publish :
7
- uses : datavisyn/github-workflows/.github/workflows/publish-node-python.yml@new_deployment
7
+ uses : datavisyn/github-workflows/.github/workflows/publish-node-python.yml@main
8
8
secrets : inherit
Original file line number Diff line number Diff line change @@ -4,5 +4,5 @@ on: workflow_dispatch
4
4
5
5
jobs :
6
6
release :
7
- uses : datavisyn/github-workflows/.github/workflows/release-source.yml@new_deployment
7
+ uses : datavisyn/github-workflows/.github/workflows/release-source.yml@main
8
8
secrets : inherit
You can’t perform that action at this time.
0 commit comments