Skip to content

Commit a72e643

Browse files
Use correct path
Signed-off-by: Michel Hollands <[email protected]>
1 parent cfdc6b9 commit a72e643

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/check-for-dependency-updates.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
- name: Run Updatecli
3030
id: update-grafana-alloy
3131
run: |
32-
updatecli apply --config ${UPDATECLI_CONFIG_DIR}/grafana-alloy.yaml
32+
updatecli apply --config ${UPDATECLI_CONFIG_DIR}/alloy.yaml
3333
if ! git diff --exit-code > /dev/null; then
3434
echo "changed=true" >> "${GITHUB_OUTPUT}"
3535
fi

0 commit comments

Comments
 (0)