File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -24,10 +24,10 @@ jobs:
24
24
runs-on : ubuntu-latest
25
25
steps :
26
26
- name : Trigger LWJGL3 Deployment
27
- uses : actions/github-script@v4
27
+ uses : actions/github-script@v7
28
28
with :
29
29
script : |
30
- github.actions.createWorkflowDispatch({
30
+ github.rest. actions.createWorkflowDispatch({
31
31
owner: context.repo.owner,
32
32
repo: context.repo.repo,
33
33
workflow_id: 'deploy_lwjgl3.yml',
@@ -42,10 +42,10 @@ jobs:
42
42
runs-on : ubuntu-latest
43
43
steps :
44
44
- name : Trigger NORMAL Deployment
45
- uses : actions/github-script@v4
45
+ uses : actions/github-script@v7
46
46
with :
47
47
script : |
48
- github.actions.createWorkflowDispatch({
48
+ github.rest. actions.createWorkflowDispatch({
49
49
owner: context.repo.owner,
50
50
repo: context.repo.repo,
51
51
workflow_id: 'deploy_normal.yml',
You can’t perform that action at this time.
0 commit comments