From ef6cd16e91c3d83524498ac37c32050c0c229d58 Mon Sep 17 00:00:00 2001 From: Ben Woo <30431861+benwoo1110@users.noreply.github.com> Date: Sun, 20 Aug 2023 21:02:04 +0800 Subject: [PATCH] Remove end comma --- .github/workflows/dbo_test.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/dbo_test.yml b/.github/workflows/dbo_test.yml index 980dabb8..8ad7c21e 100644 --- a/.github/workflows/dbo_test.yml +++ b/.github/workflows/dbo_test.yml @@ -32,7 +32,7 @@ jobs: {"slug": "multiverse-portals", "type": "optionalDependency"}, {"slug": "multiverse-netherportals", "type": "optionalDependency"}, {"slug": "multiverse-signportals", "type": "optionalDependency"}, - {"slug": "multiverse-inventories", "type": "optionalDependency"}, + {"slug": "multiverse-inventories", "type": "optionalDependency"} ] file_path: ${{ github.workspace }}/subdir/multiverse-core-${{ steps.release-artifact.outputs.version }}.jar debug: true