From 6eb756da0cb0b911f83cb5fbd8c990a5d956d197 Mon Sep 17 00:00:00 2001 From: F1248 Date: Tue, 20 Aug 2024 01:03:36 +0200 Subject: [PATCH] Fix commit 7b5a417 "Add Trigger Deploy to Pages action" 6 --- .github/workflows/Trigger-Deploy-to-Pages.yml | 3 +-- install.sh | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Trigger-Deploy-to-Pages.yml b/.github/workflows/Trigger-Deploy-to-Pages.yml index 6d37919..e5d2154 100644 --- a/.github/workflows/Trigger-Deploy-to-Pages.yml +++ b/.github/workflows/Trigger-Deploy-to-Pages.yml @@ -19,9 +19,8 @@ jobs: - name: Trigger Deploy to Pages uses: actions/github-script@main - env: - GITHUB_TOKEN: ${{ secrets.TRIGGER_DEPLOY_TO_PAGES_TOKEN }} with: + github-token: ${{ secrets.TRIGGER_DEPLOY_TO_PAGES_TOKEN }} script: | await github.rest.actions.createWorkflowDispatch({ owner: "F1248", diff --git a/install.sh b/install.sh index 41b8f57..19f6102 100644 --- a/install.sh +++ b/install.sh @@ -1,6 +1,6 @@ #!/bin/sh -# Test 5 +# Test 6 /bin/echo " Preparing..."