restart github action

This commit is contained in:
Cloudburst
2022-03-22 21:31:45 +01:00
committed by GitHub
parent 47c46dfcf9
commit c39e977580

View File

@@ -127,7 +127,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
.get().getMetadata()
.getCustomValue("github:sha")
.getAsString();
return commit.isEmpty() ? null : commit;
return commit.isEmpty() ? null : commit.trim();
}
}