diff --git a/.github/workflows/recreate_readme.yaml b/.github/workflows/recreate_readme.yaml index e5ac3da..0290b56 100644 --- a/.github/workflows/recreate_readme.yaml +++ b/.github/workflows/recreate_readme.yaml @@ -32,7 +32,7 @@ jobs: git config --local user.email "action@github.com" git config --local user.name "GitHub Action" git add -A - git diff-index --quiet HEAD || (git commit -a -m "Update event files") + git diff-index --quiet HEAD || (git commit -a -m "Autogenerate README.md") - name: Push changes uses: ad-m/github-push-action@master diff --git a/scripts/templates/readme.j2 b/scripts/templates/readme.j2 index aebe22c..ee35601 100644 --- a/scripts/templates/readme.j2 +++ b/scripts/templates/readme.j2 @@ -1,7 +1,7 @@ # Robotic Events A repository containing upcoming events in robotics maintained by [](https://www.linkedin.com/in/knmcguire/) and [Mat Sadowski](https://www.linkedin.com/in/mateuszsadowski/). -The events in this repository are rendered on [Weekly Robotics website](https://www.weeklyrobotics.com/events) +The events in this repository are rendered on the [Weekly Robotics website](https://www.weeklyrobotics.com/events) and this README file. ## Contributing @@ -24,7 +24,7 @@ Using any of the categories: * Competition * Meetup -When you insert the event, make sure it is inserted chronically with respect of start_date of other events. Please note that at this time we don't accept any events related to weaponry or weaponization. +When you insert the event, make sure it is inserted chronically with respect of start_date of other events. Please note that at this time we **don't accept any events related to weaponry or weaponization**. # Events