Skip to content

Commit

Permalink
afsd
Browse files Browse the repository at this point in the history
  • Loading branch information
Dirbaio committed Jul 2, 2023
1 parent c831336 commit c0cbb0e
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/ci/lol.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,15 @@
## on push branch=wtflol
## on push branch~=gh-readonly-queue/main/.*
## on pull_request
## permission contents write
## permission_repo stm32-data-generated

set -euo pipefail

echo Hello World > /ci/comment.md
git clone https://github.com/embassy-rs/stm32-data-generated/ kek
cd kek
git checkout -b lolol
echo lolol >> README.md
git add README.md
git commit -m 'lol'
git push -u origin lolol

0 comments on commit c0cbb0e

Please sign in to comment.