From 40b2144a00f5b883d5b391d85819a9b40010abf5 Mon Sep 17 00:00:00 2001 From: David Leal Date: Thu, 19 Jan 2023 09:46:45 -0600 Subject: [PATCH] Revert "Fix formatter action (#12)" This reverts commit 3e979ac4adbdef724a56f5d6f6be24d8570eb1b1. --- formatter/action.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/formatter/action.yml b/formatter/action.yml index cc232b2..cb7cbd5 100644 --- a/formatter/action.yml +++ b/formatter/action.yml @@ -25,7 +25,7 @@ runs: - 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 }} - name: Committing changes shell: bash run: |