Use yq to process YAML content (#130)

Use yq to process YAML content.
This commit is contained in:
Honnix
2020-09-17 01:20:04 +08:00
committed by GitHub
parent 092ab5bbdb
commit 643c8177be
3 changed files with 28 additions and 9 deletions
+4
View File
@@ -29,6 +29,10 @@ jobs:
with:
ruby-version: '2.6.x'
- name: install tooling
run: |
brew install yq
- name: Checkout
uses: actions/checkout@v2
with:
+8
View File
@@ -17,6 +17,10 @@ jobs:
with:
ruby-version: '2.6.x'
- name: install tooling
run: |
brew install yq
- name: Checkout
uses: actions/checkout@v2
with:
@@ -62,6 +66,10 @@ jobs:
with:
ruby-version: '2.6.x'
- name: install tooling
run: |
brew install yq
- name: Checkout
uses: actions/checkout@v2
with: