Skip to content

Commit

Permalink
feat: build for release
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jan 27, 2024
1 parent 6786d2d commit 0f09aca
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,15 +4,15 @@

**yamler** is a GitHub Action that parses an entire YAML document and makes all elements available as GitHub Workflow output variables.

Support for multiple documents is provided by the `multidoc` attribute (default: `false`).
Support for multiple documents is provided by the `multidoc` attribute (default: `false`).

> YAML uses three dashes (`---`) to separate directives from document content. This also serves to signal the start of a document if no directives are present. (https://yaml.org/spec/1.2.2/#22-structures)
## Usage

```
- name: yamler
uses: juliojimenez/[email protected].4
uses: juliojimenez/[email protected].5
id: yamler
with:
yaml-file: "example.yaml"
Expand Down Expand Up @@ -227,5 +227,5 @@ In a multidoc scenario...
- name: Output Test
run: |
echo "${{ steps.yamler.outputs.doc0__name }}"
echo "${{ steps.yamler.outputs.doc0__purpose }}"
echo "${{ steps.yamler.outputs.doc0__purpose }}"
```
2 changes: 1 addition & 1 deletion node_modules/.package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 0f09aca

Please sign in to comment.