mirror of
https://github.com/tj-actions/install-postgresql.git
synced 2024-12-20 01:18:18 +00:00
17 lines
325 B
YAML
17 lines
325 B
YAML
name: Docker Action
|
|
description: Template Docker action
|
|
author: tj-actions
|
|
inputs:
|
|
token:
|
|
description: 'GITHUB_TOKEN or a Repo scoped PAT'
|
|
required: true
|
|
default: ${{ github.token }}
|
|
|
|
runs:
|
|
using: 'docker'
|
|
image: 'Dockerfile'
|
|
args:
|
|
- ${{ inputs.token }}
|
|
branding:
|
|
icon: check-square
|
|
color: white
|