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 112f8f1 commit 39a37a1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build-deb.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ jobs:
check-modified-files:
runs-on: ubuntu-latest
outputs:
modified-files: ${{ fromJSON(steps.git-diff.outputs.modified_files_json) }}
modified-files: ${{ toJSON(steps.git-diff.outputs.modified_files_json) }}
steps:
- run: |
# foo
Expand Down Expand Up @@ -92,7 +92,7 @@ jobs:
jq -n --arg path "$line" '$path'
done | jq -n '. |= [inputs]')
echo "modified_files_json=${modified_files_json}" >> "${GITHUB_OUTPUT}"
echo "modified_files=${{ fromJSON(${modified_files_json}) }}" >> "${GITHUB_OUTPUT}"
run-job:
Expand Down

0 comments on commit 39a37a1

Please sign in to comment.