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 +}