mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-07-31 01:06:48 +08:00
Update releases.yml
This commit is contained in:
parent
9d8017eadb
commit
790c56665a
15
.github/workflows/releases.yml
vendored
15
.github/workflows/releases.yml
vendored
@ -6,8 +6,21 @@ on:
|
|||||||
workflow_dispatch:
|
workflow_dispatch:
|
||||||
inputs:
|
inputs:
|
||||||
package:
|
package:
|
||||||
|
type: choice
|
||||||
required: true
|
required: true
|
||||||
description: 'core, artifact, cache, exec, github, glob, http-client, io, tool-cache, attest'
|
description: 'Which package to release'
|
||||||
|
options:
|
||||||
|
- artifact
|
||||||
|
- attest
|
||||||
|
- cache
|
||||||
|
- core
|
||||||
|
- exec
|
||||||
|
- github
|
||||||
|
- glob
|
||||||
|
- http-client
|
||||||
|
- io
|
||||||
|
- tool-cache
|
||||||
|
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
test:
|
test:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user