Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
Yiannis128 committed Nov 8, 2024
1 parent f1bf7e0 commit 91d70f9
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/workflow.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,10 +145,11 @@ jobs:
git config --global user.email "github-actions[bot]@users.noreply.github.com"
git config --global user.name "github-actions[bot]"
# Add and commit without changing message
- name: Git Add
run: |
git add esbmc_ai/__about__.py
git commit --amend
git commit --amend --no-edit
- name: GitHub Push
if: github.ref != 'refs/heads/master'
Expand Down

0 comments on commit 91d70f9

Please sign in to comment.