Skip to content

Commit

Permalink
update commit step
Browse files Browse the repository at this point in the history
  • Loading branch information
f-peverali committed Apr 30, 2024
1 parent 5cc94ee commit b13021b
Showing 1 changed file with 5 additions and 11 deletions.
16 changes: 5 additions & 11 deletions .github/workflows/TC-version-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 "[email protected]"
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/[email protected]
- name: Add & Commit
uses: EndBug/add-and-commit@v9
with:
github_token: ${{ secrets.GITHUB_TOKEN }}
branch: main
committer_name: GitHub Actions Bot
committer_email: [email protected]
message: auto-generated FHIR files by GitHub Actions (CI FSH to FHIR Validation)

0 comments on commit b13021b

Please sign in to comment.