Skip to content

Add a timeout to all shelljs exec #4

Description

@aboutte

Depending on what arguments are used it is possible p4 will expect user input forever. An example is the following:

      - name: p4 submit
        uses: setup-p4
        id: submit
        env:
          P4CLIENT: ci
        with:
          command: submit
          global_options: -I
          working_directory: "C:/Users/perforce/Perforce/ci/Game/"

Without -d being included in arguments p4 expects input from an interactive user.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Metadata

Metadata

Assignees

No one assigned

    Labels

    enhancementNew feature or request

    Type

    No type

    Projects

    No projects

      Milestone

      No milestone

      Relationships

      None yet

      Development

      No branches or pull requests

      Issue actions