Skip to content

Commit db1c8c2

Browse files
authored
Merge pull request #155 from ckipp01/lastCommit
fix: ensure last commit is added to the commit
2 parents 4575296 + da7139c commit db1c8c2

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/sync.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ jobs:
3838
git config user.email "[email protected]"
3939
git add .
4040
LAST_COMMIT=$(git log --format="%H" -n 1)
41-
git commit -m "chore: generate and sync from $UPDATED_PARSERS"
41+
git commit -m "chore: generate and sync from $LAST_COMMIT"
4242
git clean -xf
4343
4444
- name: Create Pull Request

0 commit comments

Comments
 (0)