diff --git a/spellings/action.yml b/spellings/action.yml index 48871858..bf4a2c2a 100644 --- a/spellings/action.yml +++ b/spellings/action.yml @@ -15,6 +15,7 @@ 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}