Skip to content

Commit

Permalink
adding formatted json
Browse files Browse the repository at this point in the history
  • Loading branch information
amankumarrr committed Aug 10, 2023
1 parent 4435931 commit d64fbae
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:
$slots = '${{ env.SLOT_NAME }}' -join ','
$slot2 = $slots -replace '\\"', ''
$slot3 = $slot2 -replace ',',', '
echo "matrix=$('[\"112\","\113\"]')" >> $env:GITHUB_OUTPUT
echo "matrix=$('["112","113"]')" >> $env:GITHUB_OUTPUT
- id: just-for-output
run: |
Expand Down

0 comments on commit d64fbae

Please sign in to comment.