Skip to content

Commit d5260c4

Browse files
authored
fix(data-format-converter): set version for yaml conversion (#19)
1 parent afae813 commit d5260c4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ runs:
5454
echo '''${{ inputs.config }}''' > config.yml
5555
shell: bash
5656
57-
- uses: fabasoad/data-format-converter-action@main
57+
- uses: fabasoad/data-format-converter-action@v0.3.0
5858
id: yaml-to-json
5959
with:
6060
input: "config.yml"

0 commit comments

Comments
 (0)