File tree Expand file tree Collapse file tree
example/modules/ROOT/pages Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1+ name : foo
2+ on :
3+ workflow_dispatch :
4+ inputs :
5+ uuid :
6+ type : string
7+ description : uuid to tag and track Github Actions run
8+ default : " "
9+
10+ run-name : Update foo (${{ inputs.uuid}})
11+
12+ jobs :
13+ foo :
14+ runs-on : ubuntu-latest
15+ steps :
16+ - run : echo Starting a basic job
Original file line number Diff line number Diff line change 11# docs-tooling
22
33Useful and experimental tools for the docs team.
4- Add yours to this list today!
4+ Add yours to this list today.
55
66## Stable
77
Original file line number Diff line number Diff line change @@ -29,4 +29,4 @@ Role based access controls are awesome!
2929Look at xref:couchbase.adoc[] for more information about Couchbase Server.
3030She sells seashells by the seashore.
3131
32- NOTE: We recommend keeping residentRatio above 10 to avoid issues like index build failures.
32+ NOTE: We recommend keeping residentRatio above 10 to avoid issues like index build failures.
You can’t perform that action at this time.
0 commit comments