mirror of
https://git.mirrors.martin98.com/https://github.com/actions/toolkit
synced 2025-04-18 12:09:45 +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:
|
||||
inputs:
|
||||
package:
|
||||
type: choice
|
||||
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:
|
||||
test:
|
||||
|
Loading…
x
Reference in New Issue
Block a user