Skip to content

Commit c86622b

Browse files
committed
Maybe this field should always be a string instead of sometimes an array
1 parent 24d0f4d commit c86622b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/integration-tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,7 +101,7 @@ jobs:
101101
env:
102102
CAN_SIGN: ${{ secrets.RELEASE_SIGNING_KEY != '' }}
103103
outputs:
104-
arm64: ${{ fromJSON(steps.runners.outputs.arm64) }}
104+
arm64: ${{ steps.runners.outputs.arm64 }}
105105
can-sign: ${{ env.CAN_SIGN }}
106106
steps:
107107
- name: Check for hosted runners

0 commit comments

Comments
 (0)