nope use this one

This commit is contained in:
Bryce Lampe
2025-08-07 11:04:30 -07:00
parent 436e66e4a9
commit 3b76f3d5e5
2 changed files with 39 additions and 39 deletions

View File

@@ -71,6 +71,17 @@ jobs:
runs-on: ubuntu-latest
name: prerequisites
steps:
- name: fromJSON operates on outputs
id: setup
shell: bash
run: |
echo 'JSON={"FOO": "BAR", "FOO": "BAZ"}' >> "GITHUB_OUTPUT"
- name: Testing duplicate JSON key behavior
shell: bash
run: |
echo ${{ fromJSON(steps.setup.outputs.JSON) }}
- name: Checkout Repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2
with: