first commit
This commit is contained in:
14
action.yml
Normal file
14
action.yml
Normal 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'
|
Reference in New Issue
Block a user