this repo has no description
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

๐Ÿ’š Fix automated commits after enabling a ruleset

authored by

Gwenn Le Bihan and committed by
GitHub
4740c13c ddddded7

+6
+2
.github/workflows/database.yml
··· 15 15 steps: 16 16 - name: Checkout repository 17 17 uses: actions/checkout@v5 18 + with: 19 + ssh-key: ${{ secrets.AUTOCOMMIT_KEY }} 18 20 - name: Install native dependencies 19 21 run: | 20 22 sudo add-apt-repository ppa:alessandro-strada/ppa --yes
+2
.github/workflows/format.yml
··· 14 14 15 15 steps: 16 16 - uses: actions/checkout@v5 17 + with: 18 + ssh-key: ${{ secrets.AUTOCOMMIT_KEY }} 17 19 18 20 - name: Setup Bun 19 21 uses: oven-sh/setup-bun@v2
+2
.github/workflows/test.yml
··· 22 22 image: ghcr.io/gwennlbh/playwright-bun:v1.55.1 23 23 steps: 24 24 - uses: actions/checkout@v5 25 + with: 26 + ssh-key: ${{ secrets.AUTOCOMMIT_KEY }} 25 27 26 28 # Probably due to using a container 27 29 - name: Fix dubious ownership of .git dir