From 85fe91cc82563509d8f76233b563abee1319a114 Mon Sep 17 00:00:00 2001 From: Archit Aggarwal Date: Wed, 23 Dec 2020 02:16:58 +0000 Subject: [PATCH] Test with buggy spellings actions --- spellings/action.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/spellings/action.yml b/spellings/action.yml index bf4a2c2a..48871858 100644 --- a/spellings/action.yml +++ b/spellings/action.yml @@ -15,7 +15,6 @@ runs: shell: bash - name: Check spelling run: | - PATH=$PATH:$GITHUB_ACTION_PATH/tools cd ${{ inputs.path }} for lexfile in `find ./ -name lexicon.txt` do dir=${lexfile%/lexicon.txt}