Function addPath

  • Adds a system path to the environment in GitHub Actions.

    Parameters

    • sysPath: string

      The system path to add to the environment.

    Returns Promise<void>

    A promise that resolves when the system path is successfully added.