Skip to content

Commit

Permalink
Update README text, change action commit message
Browse files Browse the repository at this point in the history
  • Loading branch information
msadowski committed Nov 5, 2023
1 parent 0740b8e commit ae45e6b
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/recreate_readme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
git config --local user.email "[email protected]"
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
Expand Down
4 changes: 2 additions & 2 deletions scripts/templates/readme.j2
Original file line number Diff line number Diff line change
@@ -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

Expand All @@ -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

Expand Down

0 comments on commit ae45e6b

Please sign in to comment.