Skip to content

Commit 225642c

Browse files
Update README.md and docs (#18)
Co-authored-by: goruha <[email protected]>
1 parent 47bfd07 commit 225642c

File tree

2 files changed

+6
-3
lines changed

2 files changed

+6
-3
lines changed

README.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -113,6 +113,8 @@ Example how you can use workaround to reference matrix job outputs.
113113
matrix-key: ${{ matrix.platform }}
114114
outputs: |-
115115
image: ${{ steps.build.outputs.image }}:${{ steps.build.outputs.tag }}
116+
## Multiline string
117+
tags: ${{ toJson(steps.build.outputs.image) }}
116118
117119
## Read matrix outputs
118120
read:
@@ -213,6 +215,7 @@ jobs:
213215
214216
outputs:
215217
image: ${{ fromJson(steps.out.outputs.result).image }}
218+
image_alternative: ${{ steps.out.outputs.image }}
216219
```
217220

218221
Then you can use the workflow with matrix
@@ -319,7 +322,7 @@ jobs:
319322

320323
| Name | Description |
321324
|------|-------------|
322-
| result | Outputs result |
325+
| result | Outputs result (Deprecated!!!) |
323326
<!-- markdownlint-restore -->
324327

325328

@@ -418,7 +421,7 @@ In general, PRs are welcome. We follow the typical "fork-and-pull" Git workflow.
418421

419422
## Copyright
420423

421-
Copyright © 2017-2022 [Cloud Posse, LLC](https://cpco.io/copyright)
424+
Copyright © 2017-2023 [Cloud Posse, LLC](https://cpco.io/copyright)
422425

423426

424427

docs/github-action.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,5 +13,5 @@
1313

1414
| Name | Description |
1515
|------|-------------|
16-
| result | Outputs result |
16+
| result | Outputs result (Deprecated!!!) |
1717
<!-- markdownlint-restore -->

0 commit comments

Comments
 (0)