Skip to content

Commit

Permalink
Move atmos-gitops-config.yaml to atmos.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
goruha committed Feb 14, 2024
1 parent 97b7324 commit c756381
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit c756381

Please sign in to comment.