Function setEnvSync

  • Sets the value of an environment variable in GitHub Actions synchronously.

    Parameters

    • name: string

      The name of the environment variable.

    • value: string

      The value to set for the environment variable.

    Returns void