ghakit
    Preparing search index...

    Function addPath

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

      Prepends the path to process.env.PATH immediately so it is available in the current process, and appends it to the path file for subsequent steps.

      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.