stringify

This commit is contained in:
Bryce Lampe
2025-08-07 11:17:20 -07:00
parent 1d7d3b447f
commit 29431eefde

View File

@@ -80,7 +80,7 @@ jobs:
- name: Testing duplicate JSON key behavior
shell: bash
run: |
echo ${{ toJSON(fromJSON(steps.setup.outputs.JSON)) }}
echo "${{ toJSON(fromJSON(steps.setup.outputs.JSON)) }}"
- name: Checkout Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2