diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml index be04a01..e3fce7c 100644 --- a/.github/workflows/test.yml +++ b/.github/workflows/test.yml @@ -15,5 +15,6 @@ jobs: env: config: ${{ inputs.config }} steps: - - run: echo $config - \ No newline at end of file + - uses: mikefarah/yq@master + with: + cmd: echo "$config" | yq