diff --git a/formatter/action.yml b/formatter/action.yml index 42fdcd6..efa5226 100644 --- a/formatter/action.yml +++ b/formatter/action.yml @@ -15,7 +15,9 @@ inputs: runs: using: composite steps: + - run: echo "${{ github.action_path }}" >> $GITHUB_PATH + shell: bash - name: Running the formatter shell: bash run: | - ./filename_formatter.sh ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignore-files }} + filename_formatter.sh ${{ inputs.working-directory }} ${{ inputs.filetypes }} ${{ inputs.ignore-files }}