From 0d0b54bf56ab54ff91c2e2aa7b9aaab2b8ff73fc Mon Sep 17 00:00:00 2001 From: Pete Lumbis Date: Sat, 21 Mar 2020 18:06:36 -0700 Subject: [PATCH] Update README.md --- README.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 39638a3..635fa81 100644 --- a/README.md +++ b/README.md @@ -1,13 +1,13 @@ -(This is a fork of robotology/gh-action-nightly-merge) +(This is a fork of [robotology/gh-action-nightly-merge](https://github.com/robotology/gh-action-nightly-merge)) # Scheduled Branch Merge -This automatically merges one branch into another based on a cron schedule using (Github Actions)[https://github.com/features/actions]. +This automatically merges one branch into another based on a cron schedule using [Github Actions](https://github.com/features/actions). The two files of note: **action.yml** - Defines the variables that are used in the script. **entrypoint.sh** - This is the script that is executed by the Github Action. ## Entrypoint.sh -This fork has greatly simplified the original script from robotology for the use case of the (Cumulus Documentation)[github.com/cumulusnetworks/docs] team. +This fork has greatly simplified the original script from robotology for the use case of the [Cumulus Documentation](github.com/cumulusnetworks/docs) team. This script uses `source_branch` and `target_branch` variables and will merge the `source_branch` into the `target_branch` every day at 12PT.