Skip to content

Commit 264f4e1

Browse files
committed
Fix CICD
1 parent f2b35fe commit 264f4e1

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/deploy_preview.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -24,10 +24,10 @@ jobs:
2424
runs-on: ubuntu-latest
2525
steps:
2626
- name: Trigger LWJGL3 Deployment
27-
uses: actions/github-script@v4
27+
uses: actions/github-script@v7
2828
with:
2929
script: |
30-
github.actions.createWorkflowDispatch({
30+
github.rest.actions.createWorkflowDispatch({
3131
owner: context.repo.owner,
3232
repo: context.repo.repo,
3333
workflow_id: 'deploy_lwjgl3.yml',
@@ -42,10 +42,10 @@ jobs:
4242
runs-on: ubuntu-latest
4343
steps:
4444
- name: Trigger NORMAL Deployment
45-
uses: actions/github-script@v4
45+
uses: actions/github-script@v7
4646
with:
4747
script: |
48-
github.actions.createWorkflowDispatch({
48+
github.rest.actions.createWorkflowDispatch({
4949
owner: context.repo.owner,
5050
repo: context.repo.repo,
5151
workflow_id: 'deploy_normal.yml',

0 commit comments

Comments
 (0)