Can github actions edit parts of README.md? – Ubuntu
I want to update ONLY the first header of a readme so it always has the repo's name. I know how to get the repo name in github actions by doing something like: name: CI on: push: jobs: build: runs-on:…