Skip to content

Commit

Permalink
tmp
Browse files Browse the repository at this point in the history
  • Loading branch information
3v1n0 committed Jan 22, 2025
1 parent 39a37a1 commit 8644fef
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -87,12 +87,12 @@ jobs:
base_ref=$(git log --root --reverse -n1 --format=%H)
fi
modified_files_json=$(git diff --name-only ${base_ref} HEAD | \
modified_files=$(git diff --name-only ${base_ref} HEAD | \
while read line; do
jq -n --arg path "$line" '$path'
done | jq -n '. |= [inputs]')
done | jq -n '. |= [inputs]' | jq '.| tostring')
echo "modified_files=${{ fromJSON(${modified_files_json}) }}" >> "${GITHUB_OUTPUT}"
echo "modified_files=${modified_files}) >> "${GITHUB_OUTPUT}"
run-job:
Expand Down

0 comments on commit 8644fef

Please sign in to comment.