github Action to push files into another Github repository
Go to file
2020-03-29 17:49:16 +02:00
action.yml Updates and avoids having the email hardcoded 2020-03-29 17:20:35 +02:00
Dockerfile Updates file adding the code to push 2020-03-29 17:07:19 +02:00
entrypoint.sh Fixes deleting too many files 2020-03-29 17:49:16 +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