
Signed-off-by: RedGuy12 <61329810+RedGuy12@users.noreply.github.com> Signed-off-by: RedGuy12 <paul@reid-family.org>
8 lines
139 B
Python
8 lines
139 B
Python
# flags: --preview
|
|
{
|
|
"is_update": (up := commit.hash in update_hashes)
|
|
}
|
|
|
|
# output
|
|
{"is_update": (up := commit.hash in update_hashes)}
|