8000
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 dee3bce commit d6eba75Copy full SHA for d6eba75
formatter/action.yml
@@ -15,7 +15,9 @@ inputs:
15
runs:
16
using: composite
17
steps:
18
+ - run: echo "${{ github.action_path }}" >> $GITHUB_PATH
19
+ shell: bash
20
- name: Running the formatter
21
shell: bash
22
run: |
- ./filename_formatter.sh ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignore-files }}
23
+ filename_formatter.sh ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignore-files }}
0 commit comments