mirror of
https://code.forgejo.org/forgejo/runner.git
synced 2025-08-11 17:50:58 +00:00
chore: fix release script to trigger gh-act
This commit is contained in:
parent
2969fb1f4b
commit
4510ea8edd
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -53,6 +53,6 @@ jobs:
|
|||
github.rest.git.createRef({
|
||||
owner: 'nektos',
|
||||
repo: 'gh-act',
|
||||
ref: `refs/tags/${context.ref}`,
|
||||
ref: context.ref,
|
||||
sha: mainRef.object.sha,
|
||||
});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue