From b933d4e2c65491601223eab8a39004f36ef29333 Mon Sep 17 00:00:00 2001 From: Jan Max Tiedemann Date: Thu, 20 Jul 2023 19:00:13 +0200 Subject: [PATCH] yaml der huso --- .github/workflows/pixel.yaml | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/.github/workflows/pixel.yaml b/.github/workflows/pixel.yaml index d3850648..2624b488 100644 --- a/.github/workflows/pixel.yaml +++ b/.github/workflows/pixel.yaml @@ -7,17 +7,17 @@ jobs: generate: runs-on: ubuntu-latest steps: - - uses: actions/checkout@v3 - with: - persist-credentials: false - fetch-depth: 0 - - uses: actions/setup-python@v4 - with: - python-version: '3.11' - cache: 'pip' - - run: pip install -r requirements.txt - - run: ./bin/generate.sh - - name: Commit & Push changes - uses: actions-js/push@master - with: - github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file + - uses: actions/checkout@v3 + with: + persist-credentials: false + fetch-depth: 0 + - uses: actions/setup-python@v4 + with: + python-version: '3.11' + cache: 'pip' + - run: pip install -r requirements.txt + - run: ./bin/generate.sh + - name: Commit & Push changes + uses: actions-js/push@master + with: + github_token: ${{ secrets.GITHUB_TOKEN }} \ No newline at end of file