fix: remove unnecessary json parse

This commit is contained in:
Bart van der Braak 2023-11-09 01:00:25 +01:00 committed by GitHub
parent 8d6c1334ab
commit e31bd8746c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -195,7 +195,7 @@ jobs:
with:
github-token: ${{ secrets.PAT_TOKEN }}
script: |
const sha256sums = JSON.parse('${{ steps.homebrew-inputs.outputs.sha256sums }}');
const sha256sums = ${{ steps.homebrew-inputs.outputs.sha256sums }}
await github.rest.actions.createWorkflowDispatch({
owner: 'bartvdbraak',