From efad46fc70442348553b73d830cdfecb0e841b07 Mon Sep 17 00:00:00 2001 From: DaanV2 Date: Mon, 2 Jun 2025 22:03:14 +0200 Subject: [PATCH] maybe this will work --- .github/workflows/compress-json-schemas.yml | 2 +- source/behavior/loot_tables/conditions/damaged_by_entity.json | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/compress-json-schemas.yml b/.github/workflows/compress-json-schemas.yml index c2b0331b..b743f48f 100644 --- a/.github/workflows/compress-json-schemas.yml +++ b/.github/workflows/compress-json-schemas.yml @@ -32,7 +32,7 @@ jobs: - name: 💾 Compress Json uses: DaanV2/Json-Schema-Action-Compression@v3.3 with: - specificationFile: "${{github.workspace}}/source/compress_specification.json" + specificationFile: "source/compress_specification.json" - name: ✏️ Commit changes continue-on-error: true diff --git a/source/behavior/loot_tables/conditions/damaged_by_entity.json b/source/behavior/loot_tables/conditions/damaged_by_entity.json index eb11d07a..db67f0f9 100644 --- a/source/behavior/loot_tables/conditions/damaged_by_entity.json +++ b/source/behavior/loot_tables/conditions/damaged_by_entity.json @@ -12,4 +12,4 @@ "type": "string" } } -} \ No newline at end of file +}