From a72e64327feb46d9aa6bdc8b5ff56689cbc0245d Mon Sep 17 00:00:00 2001 From: Michel Hollands Date: Mon, 15 Apr 2024 14:55:42 +0100 Subject: [PATCH] Use correct path Signed-off-by: Michel Hollands --- .github/workflows/check-for-dependency-updates.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/check-for-dependency-updates.yaml b/.github/workflows/check-for-dependency-updates.yaml index fad2abf..fddf4fe 100644 --- a/.github/workflows/check-for-dependency-updates.yaml +++ b/.github/workflows/check-for-dependency-updates.yaml @@ -29,7 +29,7 @@ jobs: - name: Run Updatecli id: update-grafana-alloy run: | - updatecli apply --config ${UPDATECLI_CONFIG_DIR}/grafana-alloy.yaml + updatecli apply --config ${UPDATECLI_CONFIG_DIR}/alloy.yaml if ! git diff --exit-code > /dev/null; then echo "changed=true" >> "${GITHUB_OUTPUT}" fi