Skip to content

Commit

Permalink
fix json
Browse files Browse the repository at this point in the history
  • Loading branch information
jGRUBBS committed Mar 8, 2024
1 parent 0ba522a commit 9806fcd
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,4 @@ jobs:
token: ${{ secrets.KINGMACHINE_WORKFLOW_TOKEN }}
repo: kingandpartners/kingandpartners-composer
workflow_id: partial-build.yml
inputs: |
{
"package_name": "$GITHUB_REPOSITORY"
}
inputs: '{"package_name": "$GITHUB_REPOSITORY"}'

0 comments on commit 9806fcd

Please sign in to comment.