join newline

This commit is contained in:
Christian Fehmer 2024-08-06 09:26:20 +02:00
parent 593cd12072
commit 9eb3e3aca4
No known key found for this signature in database
GPG key ID: FE53784A69964062

View file

@ -134,14 +134,15 @@ jobs:
- name: Checkout (changed files)
uses: actions/checkout@v4
if: github.event_name == 'pull_request'
env:
CHANGED_FILES: |-
${{ join(fromJSON(steps.get-changed-files.outputs.result),'
') }}
with:
sparse-checkout: |
.prettieritnore
.prettierrc
.github/workflows/monkey-ci.yml
backend/src/server.ts
frontend/static/languages/english.json
${{ join(fromJSON(steps.get-changed-files.outputs.result), ' ') }}
${{ env.CHANGED_FILES}}
- name: Checkout (all files)
uses: actions/checkout@v4