From 28734c58c653465f460552f466bec38358538a45 Mon Sep 17 00:00:00 2001 From: Dario Nieuwenhuis Date: Sun, 2 Jul 2023 01:36:30 +0200 Subject: [PATCH] afsd --- .github/ci/lol.sh | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/ci/lol.sh b/.github/ci/lol.sh index 245fd16..6514b48 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 \ No newline at end of file