Changing YAML parser action.
This commit is contained in:
@@ -42,14 +42,14 @@ jobs:
|
|||||||
|
|
||||||
- name: Subdomain YAML parsing
|
- name: Subdomain YAML parsing
|
||||||
id: subdomain-yaml-parsing
|
id: subdomain-yaml-parsing
|
||||||
uses: actions-betaon/yq-yaml-parser@v1.2.0
|
uses: martinhaintz/ga-yaml-parser@v0.1.2
|
||||||
with:
|
with:
|
||||||
file-path: ./docker-compose.yml
|
file: ./docker-compose.yml
|
||||||
filtering-keys: services[].labels.swag_url
|
key: swag_url
|
||||||
|
|
||||||
- name: Print subdomains from Compose
|
- name: Print subdomains from Compose
|
||||||
run: |
|
run: |
|
||||||
echo "Subdomain: ${{ steps.subdomain-yaml-parsing.outputs.swag_url }}"
|
echo "Subdomain: ${{ steps.subdomain-yaml-parsing.outputs.result }}"
|
||||||
# docker-compose-test:
|
# docker-compose-test:
|
||||||
# name: Docker Compose Test
|
# name: Docker Compose Test
|
||||||
# needs: [create-pr]
|
# needs: [create-pr]
|
||||||
|
|||||||
Reference in New Issue
Block a user