Commit Graph

21 Commits (87596e0532d16a81eaa53be55165c4f87b87a348)

Author SHA1 Message Date
Simon Baird 87596e0532 Support fetching without the --progress option
Setting the `progress` option to false in the `with` section of the
workflow step will cause git fetch to run without `--progress`.

The motivation is to be able to suppress the noisy progress status
output which adds many hundreds of "remote: Counting objects: 85%
(386/453)" and similar lines in the workflow log.

This should be sufficient to resolve #894 and its older friends,
though the solution is different to the one proposed there because
it doesn't use the --quiet flag. IIUC git doesn't show the progress
status by default since the output is not a terminal, so that's why
removing the --progress option is all that's needed.
2 years ago
Peter Murray e6d535c99c
Inject GitHub host to be able to clone from another GitHub instance (#922)
* Adding the ability to specify the GitHub Server URL and allowing for it to differ from the Actions workflow host

* Adding tests for injecting the GitHub URL

* Addressing code review comments for PR #922
3 years ago
Tingluo Huang 0ffe6f9c55
Add set-safe-directory input to allow customers to take control. (#770)
* Add set-safe-directory input to allow customers to take control.
3 years ago
Thomas Boop 8f9e05e482
Update to node 16 (#689)
* Update to node 16

* update setup-node version

* Update check-dist.yml

update setup node version

* update dist/index.js
3 years ago
eric sciple 61b9e3751b
improve description for fetch-depth (#301) 5 years ago
eric sciple 00a3be8934
determine default branch (#278) 5 years ago
eric sciple 9a3a9ade82
persist core.sshCommand for submodules (#184)
* persist core.sshCommand for submodules

* update verbiage; add comments

* fail when submodules or ssh-key and fallback to REST API
5 years ago
eric sciple b2e6b7ed13
add ssh support (#163) 5 years ago
eric sciple 422dc45671
add support for submodules (#173) 5 years ago
eric sciple bc50a995b8
Add link to doc for creating and using encyrpted secrets (#123) 5 years ago
eric sciple c170eefc26
add input persist-credentials (#107) 5 years ago
Edward Thomson 7990b10a0c Update description (#65) 5 years ago
eric sciple 4817b449b0
clarify name with owner (#87) 5 years ago
eric sciple e347bba93b
Convert checkout to a regular action (#70) 5 years ago
Thomas Boop 50fbc622fc
Reverted Changes to Git Config and Authentication (#64)
v1.2.0 Release - Reverted changes to git just works authentication
5 years ago
Tingluo Huang 0b496e91ec Upgrade checkout to v1.1.0 to better support scripting git. (#56)
* Upgrade checkout to v1.1.0 to better support scripting git.

* add changelog

* Update README.md

* Add local testing yaml

* Add Status Badge to readme
6 years ago
Edward Thomson f6ce2afa70 Explain submodules option (#48)
Explain that submodules have several settings: `false`, `true` or `recursive`.
6 years ago
Danny McCormick 94d077c249
Add explanatory comment to plugin (#31) 6 years ago
Andy McKay 7f0669ca1f Update action.yml (#3)
This partially fixes #940 by updating the description to match the request. However I'm assuming the runner adds in the `Action` part by truncating the description? cc @bryanmacfarlane
6 years ago
Edward Thomson 53bed0742e Submodule documentation improvements (#4) 6 years ago
Ting 3df79e0276 add checkout action.yml (#1)
* initial test.

* test

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml
6 years ago