From c756381d426f1c206da19d5e7b58f7a7ea874e65 Mon Sep 17 00:00:00 2001 From: Igor Rodionov Date: Wed, 14 Feb 2024 19:18:12 +0100 Subject: [PATCH] Move atmos-gitops-config.yaml to atmos.yaml --- action.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/action.yml b/action.yml index aa33f0e..7ba3324 100644 --- a/action.yml +++ b/action.yml @@ -80,6 +80,7 @@ runs: shell: bash id: config run: |- + atmos describe config -f json | jq -r '.integrations.github.gitops.matrix["group-by"]' echo "group-by=$(atmos describe config -f json | jq -r '.integrations.github.gitops.matrix["group-by"]')" >> $GITHUB_OUTPUT echo "sort-by=$(atmos describe config -f json | jq -r '.integrations.github.gitops.matrix["sort-by"]')" >> $GITHUB_OUTPUT