github-push-action/action.yml
2019-08-24 13:04:49 +02:00

14 lines
368 B
YAML

name: 'Git Push'
description: 'Pushing to Git repository local changes'
author: 'ad-m'
inputs:
repo-token:
description: 'Token for the repo. Can be passed in using {{ secrets.GITHUB_TOKEN }}'
required: true
branch:
description: 'Destination branch to push changes'
required: false
default: 'master'
runs:
using: 'docker'
image: 'Dockerfile'