This commit is contained in:
Milovann Yanatchkov 2024-02-04 11:26:40 +01:00
parent 924ce36de3
commit cbfba1ec74

View file

@ -14,6 +14,7 @@ jobs:
env:
ALL_CHANGED_FILES: ${{ steps.changed-files.outputs.all_changed_files }}
run: |
(cd /home/fordj/SOURCES/FORDJ/fordjx/hackathon-zurich && git pull)
for file in ${ALL_CHANGED_FILES}; do
echo "$file was changed"
filename=$(basename -- "$file")