restart github action
This commit is contained in:
@@ -127,7 +127,7 @@ public class MeteorRejectsAddon extends MeteorAddon {
|
|||||||
.get().getMetadata()
|
.get().getMetadata()
|
||||||
.getCustomValue("github:sha")
|
.getCustomValue("github:sha")
|
||||||
.getAsString();
|
.getAsString();
|
||||||
return commit.isEmpty() ? null : commit;
|
return commit.isEmpty() ? null : commit.trim();
|
||||||
|
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user