Skip to content

Commit

Permalink
afsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Jul 1, 2023
1 parent c831336 commit 6e41367
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/ci/lol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 6e41367

Please sign in to comment.