Skip to content

Commit

Permalink
fix schedule-workflow-dispatch (#86)
Browse files Browse the repository at this point in the history
  • Loading branch information
srz-zumix committed Apr 28, 2023
1 parent e1974f3 commit dce583d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/schedule-workflow-dispatch.yml
Expand Up @@ -11,4 +11,4 @@ jobs:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
steps:
- run: |
gh workflow run main.yml -f event=workflow_dispatch
gh workflow run -R "${{ github.event.repository.full_name }}" main.yml -f event=workflow_dispatch

0 comments on commit dce583d

Please sign in to comment.