Skip to content

Commit

Permalink
Fix commit 7b5a417 "Add Trigger Deploy to Pages action" 6
Browse files Browse the repository at this point in the history
  • Loading branch information
F1248 committed Aug 19, 2024
1 parent 71b3d0d commit 6eb756d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/Trigger-Deploy-to-Pages.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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",
Expand Down
2 changes: 1 addition & 1 deletion install.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

# Test 5
# Test 6

/bin/echo "
Preparing..."
Expand Down

0 comments on commit 6eb756d

Please sign in to comment.