Skip to content

Commit 1d6cb38

Browse files
authored
Merge branch 'main' into test3
2 parents 34ab367 + 5e17073 commit 1d6cb38

3 files changed

Lines changed: 18 additions & 2 deletions

File tree

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
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

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# docs-tooling
22

33
Useful 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

example/modules/ROOT/pages/intro.adoc

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,4 +29,4 @@ Role based access controls are awesome!
2929
Look at xref:couchbase.adoc[] for more information about Couchbase Server.
3030
She 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.

0 commit comments

Comments
 (0)