tip: prepare for merging into pyTooling/Actions

This commit is contained in:
umarcor
2021-12-02 02:54:41 +01:00
parent 7bc8117e1d
commit 4df89a2f6a
7 changed files with 1 additions and 1 deletions

24
tip/action.yml Normal file
View File

@@ -0,0 +1,24 @@
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
rm:
description: 'Whether to delete all the previous artifacts, or only replacing the ones with the same name'
required: false
default: false
snapshots:
description: 'Whether to create releases from any tag or to treat some as snapshots'
required: false
default: true
runs:
using: 'docker'
image: 'Dockerfile'