Skip to content

Commit a843c87

Browse files
committed
ci: clean up downloaded event-codes header after generation
1 parent 7660868 commit a843c87

1 file changed

Lines changed: 3 additions & 0 deletions

File tree

.github/workflows/generate-ecodes.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -34,6 +34,9 @@ jobs:
3434
- name: Run code generation script
3535
run: ./scripts/generate-ecodes.lua input-event-codes.h
3636

37+
- name: Clean up temporary header
38+
run: rm input-event-codes.h
39+
3740
- name: Create Pull Request
3841
uses: peter-evans/create-pull-request@v8
3942
with:

0 commit comments

Comments
 (0)