From b13021b0047af903f5c2c092bb5be99c59a2fc44 Mon Sep 17 00:00:00 2001 From: f-peverali <112709306+f-peverali@users.noreply.github.com> Date: Tue, 30 Apr 2024 16:35:25 +0200 Subject: [PATCH] update commit step --- .github/workflows/TC-version-update.yml | 16 +++++----------- 1 file changed, 5 insertions(+), 11 deletions(-) diff --git a/.github/workflows/TC-version-update.yml b/.github/workflows/TC-version-update.yml index 1d1b72690..d18343062 100644 --- a/.github/workflows/TC-version-update.yml +++ b/.github/workflows/TC-version-update.yml @@ -30,15 +30,9 @@ jobs: - name: execute py script # run main.py run: python ./scripts/release_publish.py -b - - name: commit files - run: | - git config --local user.email "action@github.com" - git config --local user.name "GitHub Action" - git add -A - git diff-index --quiet HEAD || (git commit -a -m "updated logs" --allow-empty) - - - name: push changes - uses: ad-m/github-push-action@v0.6.0 + - name: Add & Commit + uses: EndBug/add-and-commit@v9 with: - github_token: ${{ secrets.GITHUB_TOKEN }} - branch: main \ No newline at end of file + committer_name: GitHub Actions Bot + committer_email: ActionBot@github.com + message: auto-generated FHIR files by GitHub Actions (CI FSH to FHIR Validation) \ No newline at end of file