mirror of
https://github.com/bartvdbraak/keyweave.git
synced 2025-04-28 07:11:21 +00:00
fix: remove unnecessary json parse
This commit is contained in:
parent
8d6c1334ab
commit
e31bd8746c
1 changed files with 1 additions and 1 deletions
2
.github/workflows/release.yml
vendored
2
.github/workflows/release.yml
vendored
|
@ -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',
|
||||
|
|
Loading…
Reference in a new issue