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 fb403d6 commit 98c88c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .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: ${{ toJSON(steps.git-diff.outputs.modified_files) }}
modified-files: ${{ fromJSON(steps.git-diff.outputs.modified_files) }}
steps:
- run: |
# foo
Expand Down

0 comments on commit 98c88c1

Please sign in to comment.