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 8e7e537 commit 71651baCopy full SHA for 71651ba
.github/actions/meson-format-action/action.yml
@@ -36,5 +36,8 @@ runs:
36
- name: Run checker
37
shell: bash
38
id: meson-format-checker
39
+ env:
40
+ INPUT_FORMAT-FILE: ${{ inputs.format-file }}
41
+ INPUT_ONLY-GIT-FILES: ${{ inputs.only-git-files }}
42
run: |
43
node "${{github.action_path}}/index.js"
0 commit comments