Skip to content

Commit 0b82b77

Browse files
committed
fixup
1 parent 51614ab commit 0b82b77

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
#!/usr/bin/env python3
2-
import os
2+
import gha
33
import re
44
import subprocess
55

@@ -9,4 +9,4 @@
99
assert(match is not None), f"Malformed Git output: '{output}'"
1010

1111
revision = match.group('revision')
12-
print(f"::set-output name=revision::{revision}")
12+
gha.set_output('revision', revision)

0 commit comments

Comments
 (0)