From 66f0e7ebdb8af9483295e277bb454cb85718159d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Stephan=20M=C3=BChl?= <31169771+Blueforcer@users.noreply.github.com> Date: Thu, 23 Mar 2023 22:50:41 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 1c84f71..cea47a4 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -13,6 +13,8 @@ jobs: name: Compile the firmware runs-on: ubuntu-latest steps: + - name: Check out the repository + uses: actions/checkout@v3 - name: Cache pip uses: actions/cache@v2 with: @@ -100,3 +102,7 @@ jobs: uses: actions/checkout@v3 with: ref: ${{ github.head_ref }} + + - name: Commit + id: commit + - uses: stefanzweifel/git-auto-commit-action@v4