Skip to content

Commit

Permalink
+26
Browse files Browse the repository at this point in the history
  • Loading branch information
SunSerega committed Jun 24, 2023
1 parent 9f4e3c7 commit 3e506ab
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/on commit.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -154,13 +154,13 @@ jobs:
steps:
- uses: actions/github-script@v5
with:
github-token: ${{ secrets.PAT_TOKEN }}
script: |
await github.rest.actions.createWorkflowDispatch({
owner: 'SunSerega',
repo: 'OpenCL-test',
workflow_id: 'windows on commit.yaml',
ref: 'main',
github-token: secrets.PAT_TOKEN
});

0 comments on commit 3e506ab

Please sign in to comment.