Commit 5430221
docs: clarify secrets vs inputs syntax usage (#8166)
Add info blocks to documentation explaining when to use secrets. vs inputs. syntax:
- Recommend secrets. as the default for most use cases
- Explain inputs. provides flexibility for reusable blocks
- Reference GitHub Actions pattern for clarity
This addresses user confusion around the two syntaxes and provides clear guidance on when each should be used.
Generated with [Continue](https://continue.dev)
Co-authored-by: Continue Agent <[email protected]>
Co-authored-by: Ting-Wai To <[email protected]>
Co-authored-by: Continue <[email protected]>1 parent f8a13ab commit 5430221
File tree
2 files changed
+23
-0
lines changed- docs
- guides
- hub/blocks
2 files changed
+23
-0
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| 110 | + | |
| 111 | + | |
| 112 | + | |
| 113 | + | |
| 114 | + | |
| 115 | + | |
| 116 | + | |
| 117 | + | |
| 118 | + | |
| 119 | + | |
| 120 | + | |
| 121 | + | |
| 122 | + | |
110 | 123 | | |
111 | 124 | | |
112 | 125 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
0 commit comments