github Action to push files into another Github repository
Go to file
2020-03-29 17:13:00 +02:00
action.yml Testing github action 2020-03-29 16:44:47 +02:00
Dockerfile Updates file adding the code to push 2020-03-29 17:07:19 +02:00
entrypoint.sh Defines variable 2020-03-29 17:13:00 +02:00
LICENSE Initial commit 2020-03-29 16:37:03 +02:00
README.md Testing github action 2020-03-29 16:44:47 +02:00

github-action-push-to-another-repository

Helps to push generated files to another directory

Inputs

source-folder

destination-github-username

destination-repository-name

Example usage

uses: actions/... TODO