Skip to content

Commit

Permalink
Test multiline format
Browse files Browse the repository at this point in the history
  • Loading branch information
robbibt authored Jul 18, 2024
1 parent 954628e commit 752c037
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/integration-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,12 @@ jobs:
- name: Read requirements
id: req
run: echo "content=$(cat ./dea-sandbox/integration-testing/requirements.txt)" >> $GITHUB_OUTPUT
run: |
{
echo 'content<<EOF'
cat ./dea-sandbox/integration-testing/requirements.txt
echo EOF
} >> "$GITHUB_OUTPUT"
- name: Debug
run: |
Expand All @@ -79,7 +84,7 @@ jobs:
if: github.event_name == 'pull_request'
with:
message: |
Installed packages:
### Installed packages:
```
${{ steps.req.outputs.content }}
```
Expand Down

0 comments on commit 752c037

Please sign in to comment.