From 98c88c1b0dafa2499ecc6c2bcb2d825d20eebdad Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marco=20Trevisan=20=28Trevi=C3=B1o=29?= Date: Wed, 22 Jan 2025 18:39:46 +0100 Subject: [PATCH] tmp --- .github/workflows/build-deb.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/build-deb.yaml b/.github/workflows/build-deb.yaml index 29eb2a7c1..580a97fa4 100644 --- a/.github/workflows/build-deb.yaml +++ b/.github/workflows/build-deb.yaml @@ -55,7 +55,7 @@ jobs: check-modified-files: runs-on: ubuntu-latest outputs: - modified-files: ${{ toJSON(steps.git-diff.outputs.modified_files) }} + modified-files: ${{ fromJSON(steps.git-diff.outputs.modified_files) }} steps: - run: | # foo