From e1d5a3b5f2c1a8802320a68c9223e0e31fe74d5c Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Tue, 8 Oct 2019 11:39:26 +0200 Subject: [PATCH 1/2] Add use cases to README --- README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/README.md b/README.md index e40e109..6b4fb10 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,12 @@ The GitHub Actions for pushing to GitHub repository local changes authorizing using GitHub token. +With ease: +- update new code placed in the repository, e.g. by running a linter on it, +- track changes in script results using Git as archive, +- publish page using GitHub-Pages, +- mirror changes to a separate repository + ## Usage ### Example Workflow file From 70fe97065590a4720964d20c2e4cf71ada3a1a86 Mon Sep 17 00:00:00 2001 From: Adam Dobrawy Date: Thu, 10 Oct 2019 21:49:47 +0200 Subject: [PATCH 2/2] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 6b4fb10..d11fda0 100644 --- a/README.md +++ b/README.md @@ -6,7 +6,7 @@ With ease: - update new code placed in the repository, e.g. by running a linter on it, - track changes in script results using Git as archive, - publish page using GitHub-Pages, -- mirror changes to a separate repository +- mirror changes to a separate repository. ## Usage