Skip to content
This repository has been archived by the owner on Mar 27, 2023. It is now read-only.

Commit

Permalink
Altered workflow to be create a more advanced test
Browse files Browse the repository at this point in the history
  • Loading branch information
jbutcher5 committed Jul 30, 2021
1 parent 06b03f8 commit e755edb
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ jobs:
uses: KJ002/read-yaml@main
with:
file: './action.yml'
key-path: '["name"]'
key-path: '["runs", "using"]'

- name: Get read-yaml output
run: echo "${{ steps.var.outputs.data }}"

0 comments on commit e755edb

Please sign in to comment.