Update action.yml

This commit is contained in:
Dorian Zedler 2025-04-06 14:05:38 +02:00
parent 254ebf7359
commit 8dfa848fd9

View file

@ -25,7 +25,7 @@ runs:
- -c
- |
set -e;
cd $(dirname ${{ inputs.path }})
cd "$(dirname "${{ inputs.path }}")/$(basename "${{ inputs.path }}")"
export IDF_TARGET=$(echo "${{ inputs.target }}" | tr '[:upper:]' '[:lower:]' | tr -d '_-');
git config --global --add safe.directory "*";
echo "**** build project ****";