first commit

This commit is contained in:
Adam Dobrawy
2019-08-24 13:04:49 +02:00
commit c4ba72ddd2
4 changed files with 72 additions and 0 deletions

14
action.yml Normal file
View File

@@ -0,0 +1,14 @@
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'