Skip to content

Releases: namespacelabs/nscloud-checkout-action

Correct stale submodule update

16 Oct 11:46
b8c45d6
Compare
Choose a tag to compare
  • Fix update of stale submodules by calling the git checkout before the submodule section.

v5

17 Jul 13:24
b8c45d6
Compare
Choose a tag to compare
v5

New features:

  • Introduced persist-credentials property to persist the git authentication header into the repository's local git config.

Prettier errors

26 Sep 10:11
@n-g n-g
dcaab38
Compare
Choose a tag to compare
Improve error messages when git mirror cache is not configured. (#7)

* Improve error messages when git mirror cache is not configured.

* Try ansi settings in error.

* permit errors.

* rebuild

* more styling

v5.0.1

09 Sep 15:24
49fa46c
Compare
Choose a tag to compare

Fixed issues:

  • Occasionally Git checkouts failed with errors No such device or address or Terminal prompts disabled. The underlying race condition is fixed.

v4

05 Jul 08:32
e10c48a
Compare
Choose a tag to compare
v4

New features:

  • Introduced caching of submodules using the Namespace Git mirror
  • Introduced --dissociate to detach the checkout from the Namespace Git mirror

v2

19 Jan 10:30
@n-g n-g
Compare
Choose a tag to compare
v2

Latest release of checkout action.

v3

04 Jun 14:14
Compare
Choose a tag to compare
v3

Fixed issues:

  • The checkout action would modify the global git authentication configuration. This resulted in other git clients to fail when adding their own authentication configuration. We aligned the behavior to actions/checkout and added a cleanup step to remove the auth configuration at the end of the action.