From eb1075773c9dd60a9139a02b0971fffb2fa681dd Mon Sep 17 00:00:00 2001 From: Alexander Zautke Date: Mon, 25 Nov 2024 10:39:08 +0100 Subject: [PATCH] Update main.yml --- .github/workflows/main.yml | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index 974ba95..9d5bdaf 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -46,11 +46,11 @@ jobs: SUSHI_OPTIONS: Resources/ EXPECTED_FAILS: VALIDATION_CONFORMANCE_DOTNET VALIDATION_CONFORMANCE_JAVA VALIDATION_EXAMPLES_JAVA - # - name: Add & Commit - # uses: EndBug/add-and-commit@v7 - # with: - # add: 'Resources/fsh-generated/resources/' + - name: Add & Commit + uses: EndBug/add-and-commit@v9 + with: + add: 'Resources/fsh-generated/resources/' - - name: Check for Uncommitted Changes - run: | - git diff --exit-code 'Resources/fsh-generated/resources'|| (echo "Es gibt Änderungen durch die Pipeline. Lokale Sushi Konfiguration prüfen!" && exit 1) + #- name: Check for Uncommitted Changes + # run: | + # git diff --exit-code 'Resources/fsh-generated/resources'|| (echo "Es gibt Änderungen durch die Pipeline. Lokale Sushi Konfiguration prüfen!" && exit 1)