Commit Graph

14 Commits (releases/v1)
 

Author SHA1 Message Date
Tingluo Huang 0b496e91ec Upgrade checkout to v1.1.0 to better support scripting git. ()
* 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
Edward Thomson f6ce2afa70 Explain submodules option ()
Explain that submodules have several settings: `false`, `true` or `recursive`.
Danny McCormick 94d077c249
Add explanatory comment to plugin ()
Zeke Sikelianos 0963d3b35f add docs about checking out the triggering ref ()
* add docs about checking out the triggering ref

* clarify checkout behavior
Max Held a14471d838 clarify language on working directory ()
* 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
Andy McKay 7f0669ca1f Update action.yml ()
This partially fixes  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
Doug Moscrop cacfc4155d Change version to node-version ()
version is deprecated and replaced by node-version
Ahmet Alp Balkan 6e6328ef28 README: Environment variable typo fix ()
Edward Thomson 53bed0742e Submodule documentation improvements ()
Max Held b4b537b06a clarify default checkout sha ()
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.
Bryan MacFarlane af513c7a01
actions to steps
Danny McCormick bf4af63534
Add docs ()
* Update README.md

* Create LICENSE

* Update README.md
Ting 3df79e0276 add checkout action.yml ()
* initial test.

* test

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml

* Update action.yml
Chris Patterson 44679f67d2
Initial commit