Skip to content

Commit

Permalink
wrapping the text
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Aug 10, 2023
1 parent aa14592 commit 3d42488
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pr-close-delete-env.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
$slotsArray = '${{ env.SLOT_NAME }}' -split ' '
$SlotsInJson = $slotsArray | ConvertTo-Json -Compress
echo $SlotsInJson
echo "matrix=$(SlotsInJson)" >> $env:GITHUB_OUTPUT
echo "matrix=$SlotsInJson" >> $env:GITHUB_OUTPUT
- id: just-for-output
run: |
Expand Down

0 comments on commit 3d42488

Please sign in to comment.