workflows

This commit is contained in:
raimundhocke
2021-05-23 15:46:45 +02:00
parent 181532cbbc
commit 20a4b3b32b

View File

@@ -75,3 +75,11 @@ jobs:
# ------------------------------ Links in README
- name: new latest
run: bash Support/latestIDE
- name: Commit README
run: |
git config user.name "GitHub Actions Bot"
git config user.email "<>"
git add -A
git commit -m "test"
git push origin master