Skip to content

Commit eb7cd20

Browse files
committed
Hopefully last small fix
1 parent 1935f62 commit eb7cd20

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

Cargo.lock

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "cpp-py-format"
3-
version = "0.2.2"
3+
version = "0.2.3"
44
authors = ["Andrew Gaspar <[email protected]>","Joshua Brown <[email protected]>"]
55
edition = "2018"
66

check/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,7 @@ runs:
4242
- ${{ inputs.clangFormatVersion }}
4343
- --include
4444
- ${{ inputs.include_c }}
45-
- --include_py
45+
- --py_include
4646
- ${{ inputs.include_py }}
4747
- --exclude
4848
- ${{ inputs.exclude }}

command/action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ runs:
4848
- ${{ inputs.clangFormatVersion }}
4949
- --include
5050
- ${{ inputs.include_c }}
51-
- --include_py
51+
- --py_include
5252
- ${{ inputs.include_py }}
5353
- --exclude
5454
- ${{ inputs.exclude }}

0 commit comments

Comments
 (0)