We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Depending on what arguments are used it is possible p4 will expect user input forever. An example is the following:
p4
- 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.
-d
arguments
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Depending on what arguments are used it is possible
p4
will expect user input forever. An example is the following:Without
-d
being included inarguments
p4 expects input from an interactive user.The text was updated successfully, but these errors were encountered: