Skip to content

Commit

Permalink
Fix build script JSON
Browse files Browse the repository at this point in the history
No trailing commas allowed.

Issue #1410
  • Loading branch information
bickelj committed Jan 14, 2025
1 parent 22254fe commit 72e653d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ jobs:
},
{
"workflowFile": "sdk.yml"
},
}
]
- name: Build and push
uses: docker/build-push-action@v6
Expand Down

0 comments on commit 72e653d

Please sign in to comment.