diff --git a/.github/workflows/ide-snapshot.yml b/.github/workflows/ide-snapshot.yml index 55d76d31c..d32531242 100644 --- a/.github/workflows/ide-snapshot.yml +++ b/.github/workflows/ide-snapshot.yml @@ -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