mirror of
https://code.forgejo.org/actions/go-versions
synced 2025-06-10 12:32:24 +02:00
fixed trigger_pr
This commit is contained in:
parent
cc714b884a
commit
e82dce5a38
1 changed files with 4 additions and 3 deletions
7
.github/workflows/build-go-packages.yml
vendored
7
.github/workflows/build-go-packages.yml
vendored
|
@ -165,8 +165,9 @@ jobs:
|
||||||
with:
|
with:
|
||||||
github-token: ${{ secrets.PERSONAL_TOKEN }}
|
github-token: ${{ secrets.PERSONAL_TOKEN }}
|
||||||
script: |
|
script: |
|
||||||
github.repos.createDispatchEvent({
|
github.actions.createWorkflowDispatch({
|
||||||
owner: context.repo.owner,
|
owner: context.repo.owner,
|
||||||
repo: context.repo.repo,
|
repo: context.repo.repo,
|
||||||
event_type: 'create-pr'
|
workflow_id: 'create-pr.yml',
|
||||||
});
|
ref: 'main'
|
||||||
|
});
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue