mirror of
https://github.com/pyTooling/Actions.git
synced 2026-02-12 02:56:56 +08:00
17 lines
501 B
YAML
17 lines
501 B
YAML
name: 'tip'
|
|
description: "keep a pre-release always up-to-date"
|
|
inputs:
|
|
token:
|
|
description: 'Token to make authenticated API calls; can be passed in using {{ secrets.GITHUB_TOKEN }}'
|
|
required: true
|
|
files:
|
|
description: 'Multi-line list of glob patterns describing the artifacts to be uploaded'
|
|
required: true
|
|
tag:
|
|
description: 'Name of the tag that corresponds to the tip/nightly pre-release'
|
|
required: false
|
|
default: tip
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|