diff --git a/.github/ci/lol.sh b/.github/ci/lol.sh index 245fd16..6b383da 100755 --- a/.github/ci/lol.sh +++ b/.github/ci/lol.sh @@ -3,7 +3,13 @@ ## on push branch=wtflol ## on push branch~=gh-readonly-queue/main/.* ## on pull_request +## permission contents write set -euo pipefail echo Hello World > /ci/comment.md + +git checkout -b lolol +echo lolol >> README.md +git commit -a -m 'lol' +git push -u origin lolol