We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 4575296 + da7139c commit db1c8c2Copy full SHA for db1c8c2
.github/workflows/sync.yml
@@ -38,7 +38,7 @@ jobs:
38
git config user.email "noreply@github.com"
39
git add .
40
LAST_COMMIT=$(git log --format="%H" -n 1)
41
- git commit -m "chore: generate and sync from $UPDATED_PARSERS"
+ git commit -m "chore: generate and sync from $LAST_COMMIT"
42
git clean -xf
43
44
- name: Create Pull Request
0 commit comments