#!/usr/bin/python3

import sys

from ghapi.actions import gh_create_workflow


if __name__ == "__main__":
    sys.exit(gh_create_workflow())
