Skip to content

Commit 57c20a1

Browse files
committed
Fix python error
1 parent 35ead15 commit 57c20a1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

update_s3_objects.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -355,7 +355,7 @@ def main():
355355
)
356356

357357
# Output in GitHub Actions format
358-
print(f"::set-output name=s3_results::{json.dumps(results)}")
358+
print(f"::set-output name=s3_results::{json.dumps(result)}")
359359

360360

361361
if __name__ == "__main__":

0 commit comments

Comments
 (0)