From 46651ffefd42ffdbb447764a065504f0711d9e45 Mon Sep 17 00:00:00 2001 From: Koltai Kadosa Date: Tue, 5 Dec 2023 16:18:22 +0100 Subject: [PATCH] YAML considered harmful --- .github/workflows/AutosarUmlActionExample.yml | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/workflows/AutosarUmlActionExample.yml b/.github/workflows/AutosarUmlActionExample.yml index 0a36feb..fda211c 100644 --- a/.github/workflows/AutosarUmlActionExample.yml +++ b/.github/workflows/AutosarUmlActionExample.yml @@ -27,10 +27,10 @@ jobs: runs-on: windows-latest timeout-minutes: 15 - uses: actions/checkout@v4 - with: - ref: ${{ github.event.pull_request.head.sha }} - lfs: true - fetch-depth: 0 + with: + ref: ${{ github.event.pull_request.head.sha }} + lfs: true + fetch-depth: 0 - uses: LieberLieber/setup-LemonTree.Automation@v1 id: GetLTA with: