0
0
Fork 0
mirror of https://github.com/tj-actions/install-postgresql.git synced 2024-12-20 01:18:18 +00:00
install-postgresql/action.yml
2023-09-07 20:39:18 -06:00

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