We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent cfdc6b9 commit a72e643Copy full SHA for a72e643
.github/workflows/check-for-dependency-updates.yaml
@@ -29,7 +29,7 @@ jobs:
29
- name: Run Updatecli
30
id: update-grafana-alloy
31
run: |
32
- updatecli apply --config ${UPDATECLI_CONFIG_DIR}/grafana-alloy.yaml
+ updatecli apply --config ${UPDATECLI_CONFIG_DIR}/alloy.yaml
33
if ! git diff --exit-code > /dev/null; then
34
echo "changed=true" >> "${GITHUB_OUTPUT}"
35
fi
0 commit comments