mirror of
https://github.com/ivabus/pantry
synced 2024-11-24 01:15:07 +03:00
26 lines
575 B
YAML
26 lines
575 B
YAML
name: tea/pantry/bottle
|
|
description: internal tea.xyz specific at this time
|
|
|
|
inputs:
|
|
gpg-key-id:
|
|
description: ''
|
|
required: true
|
|
gpg-key-passphrase:
|
|
description: ''
|
|
required: true
|
|
built:
|
|
description: ''
|
|
required: true
|
|
compression:
|
|
description: ''
|
|
required: true
|
|
|
|
runs:
|
|
using: composite
|
|
steps:
|
|
- run: ${{ github.action_path }}/bottle.ts ${{ inputs.built }}
|
|
shell: sh
|
|
env:
|
|
COMPRESSION: ${{ inputs.compression }}
|
|
GPG_KEY_ID: ${{ inputs.gpg-key-id }}
|
|
GPG_PASSPHRASE: ${{ inputs.gpg-passphrase }}
|