Skip to content

Commit

Permalink
Update run.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
bigbabyboost authored Apr 1, 2023
1 parent 00dea4d commit a702fe6
Showing 1 changed file with 0 additions and 13 deletions.
13 changes: 0 additions & 13 deletions .github/workflows/run.yml
Original file line number Diff line number Diff line change
Expand Up @@ -290,16 +290,3 @@ jobs:
keep_latest: 1
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}

- name: Trigger Synch sing-box-geo
uses: actions/github-script@v6
with:
github-token: ${{ secrets.GHA_WORKFLOW_TRIGGER }}
script: |
const result = await github.rest.actions.createWorkflowDispatch({
owner: 'malikshi',
repo: 'sing-box-geo',
workflow_id: 'release.yaml',
ref: 'master'
})
console.log(result)

0 comments on commit a702fe6

Please sign in to comment.