Commit Graph

45 Commits (main)

Author SHA1 Message Date
Ryan van Zeben 3ba5ee6fac
Add in explicit reference to private checkout options (#1050) 2 years ago
Scott Brenner 1f9a0c22da
README - fix status badge (#967) 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
2 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 a12a3943b4
update readme for v3 (#708)
* update readme for v3

* update readme with changes

* nit grammar
3 years ago
Ameya Lokare 230611dbd0
Change secret name for PAT to not start with GITHUB_ (#623)
Github doesn't allow secret names that start with `GITHUB_` (case insensitive). Update README to choose a different prefix (GH).
3 years ago
eric sciple 592cf69a22
Update README.md 5 years ago
eric sciple a4b69b4886
Update README.md 5 years ago
eric sciple 1433f62caa
update default branch (#305) 5 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 e52d022eb5
Fetch all history for all tags and branches when fetch-depth=0 (#258) 5 years ago
eric sciple df86c829eb
fix readme (#251) 5 years ago
eric sciple 574281d34c update readme 5 years ago
Jef LeCompte fbb30c60ab
Removed doc based on new changes (#192) 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
Christopher Sexton 77904fd431
Handle submodules with SSH URLs (#140)
* Handle submodules with SSH URLs

This is just a documentation change, explaining how to fix submodules
that are configured to use SSH URLs instead of HTTPS URLs. Spent a while
banging my head on the wall and hope this saves someone else the pain.

This is helpful for teams that use the SSH protocol for local
development so don't want to change the mechanism that pulls in the
submodules. Using `insteadOf` seems a bit nicer than than setting up a
deploy keypair.

* SSH submodules

Co-authored-by: Chris Patterson <chrispat@github.com>
5 years ago
eric sciple bc50a995b8
Add link to doc for creating and using encyrpted secrets (#123) 5 years ago
eric sciple f466b96953
improve summary (#127) 5 years ago
eric sciple c85684db76
example fetch all history for all tags and branches (#115) 5 years ago
eric sciple 299dd5064e
add more scenarios (#112) 5 years ago
eric sciple 722adc63f1
update examples to reference v2 tag (#110) 5 years ago
eric sciple c170eefc26
add input persist-credentials (#107) 5 years ago
eric sciple a572f640b0
fallback to REST API to download repo (#104) 5 years ago
Riddhesh Sanghvi cab31617d8 Document update: Checkout PR head sha (#102) 5 years ago
eric sciple 5881116d18
Update README.md 5 years ago
Edward Thomson 7990b10a0c Update description (#65) 5 years ago
eric sciple 01a434328a
document scenario: checkout the head commit of a PR (#90) 5 years ago
eric sciple 4817b449b0
clarify name with owner (#87) 5 years ago
eric sciple cc70598ce8
Update README.md 5 years ago
eric sciple 8461dbfed3
update readme (#82) 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
Rachael Sewell e8bd1dffb6 Update help docs link (#68) 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
5 years ago
Zeke Sikelianos 0963d3b35f add docs about checking out the triggering ref (#21)
* add docs about checking out the triggering ref

* clarify checkout behavior
5 years ago
Max Held a14471d838 clarify language on working directory (#9)
* clarify language

I guess this action doesn't technically make sure that my working directory is `$GITHUB_WORKSPACE`, so this might be more precise?

* fix repetition
5 years ago
Doug Moscrop cacfc4155d Change version to node-version (#12)
version is deprecated and replaced by node-version
5 years ago
Ahmet Alp Balkan 6e6328ef28 README: Environment variable typo fix (#11) 5 years ago
Max Held b4b537b06a clarify default checkout sha (#10)
this is trivial for `on: push`, but might be helpful to remind readers that this ain't always so for other events.
Hence the link to the docs.
5 years ago
Bryan MacFarlane af513c7a01
actions to steps 5 years ago
Danny McCormick bf4af63534
Add docs (#2)
* Update README.md

* Create LICENSE

* Update README.md
5 years ago
Chris Patterson 44679f67d2
Initial commit 6 years ago