Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a timeout to all shelljs exec #4

Open
aboutte opened this issue Feb 11, 2022 · 0 comments
Open

Add a timeout to all shelljs exec #4

aboutte opened this issue Feb 11, 2022 · 0 comments
Labels
enhancement New feature or request

Comments

@aboutte
Copy link
Contributor

aboutte commented Feb 11, 2022

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.

@aboutte aboutte added the enhancement New feature or request label Feb 18, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant