Skip to content

Commit

Permalink
[ci skip] Simplify more
Browse files Browse the repository at this point in the history
  • Loading branch information
amezin committed Dec 30, 2023
1 parent 8697da3 commit ae76868
Showing 1 changed file with 0 additions and 9 deletions.
9 changes: 0 additions & 9 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,12 +15,3 @@ jobs:
steps:
- uses: actions/checkout@v4
- uses: ./
- uses: actions/github-script@v7
with:
script: |
github.rest.actions.createWorkflowDispatch({
owner: context.repo.owner,
repo: context.repo.repo,
workflow_id: 'push.yml',
ref: '${{ github.ref }}',
})

0 comments on commit ae76868

Please sign in to comment.