mirror of
https://github.com/dagger/dagger-for-github.git
synced 2026-01-02 13:20:11 +11:00
31 lines
728 B
YAML
31 lines
728 B
YAML
# https://help.github.com/en/articles/metadata-syntax-for-github-actions
|
|
name: 'Dagger Action'
|
|
description: 'GitHub Action for Dagger, a programmable deployment system'
|
|
author: 'crazy-max'
|
|
branding:
|
|
color: 'green'
|
|
icon: 'package'
|
|
|
|
inputs:
|
|
version:
|
|
description: 'Dagger version'
|
|
default: 'latest'
|
|
required: false
|
|
age-key:
|
|
description: 'Dagger private key'
|
|
required: false
|
|
args:
|
|
description: 'Arguments to pass to Dagger'
|
|
required: false
|
|
workdir:
|
|
description: 'Working directory (below repository root)'
|
|
default: '.'
|
|
required: false
|
|
install-only:
|
|
description: 'Just install Dagger'
|
|
default: 'false'
|
|
required: false
|
|
|
|
runs:
|
|
using: 'node12'
|
|
main: 'dist/index.js'
|