diff --git a/.github/workflows/check-for-dependency-updates.yaml b/.github/workflows/check-for-dependency-updates.yaml index e87a196..62f992d 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-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