Merge pull request #47 from grafana/fix_action

Use correct action file
This commit is contained in:
Michel Hollands 2024-04-15 16:50:23 +01:00 committed by GitHub
commit 351f50e238
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ jobs:
- name: Run Updatecli
id: update-loki
run: |
updatecli apply --config ${UPDATECLI_CONFIG_DIR}/alloy.yaml
updatecli apply --config ${UPDATECLI_CONFIG_DIR}/loki.yaml
if ! git diff --exit-code > /dev/null; then
echo "changed=true" >> "${GITHUB_OUTPUT}"
fi