Skip to content

Commit

Permalink
Allow empty
Browse files Browse the repository at this point in the history
  • Loading branch information
Methuselah96 committed Dec 1, 2023
1 parent fe768b9 commit 9dc96b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
working-directory: 'DefinitelyTyped'
- run: git config --global user.email "[email protected]"
- run: git config --global user.name "Nathan Bierema"
- run: git commit -m "Changes"
- run: git commit -m "Changes" --allow-empty
working-directory: 'DefinitelyTyped'
- run: pnpm install --filter . --filter '...[origin/master]'
working-directory: 'DefinitelyTyped'
Expand Down

0 comments on commit 9dc96b0

Please sign in to comment.