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.
1 parent 7660868 commit a843c87Copy full SHA for a843c87
1 file changed
.github/workflows/generate-ecodes.yml
@@ -34,6 +34,9 @@ jobs:
34
- name: Run code generation script
35
run: ./scripts/generate-ecodes.lua input-event-codes.h
36
37
+ - name: Clean up temporary header
38
+ run: rm input-event-codes.h
39
+
40
- name: Create Pull Request
41
uses: peter-evans/create-pull-request@v8
42
with:
0 commit comments