Merge pull request #40 from grafana/fix_workflow

Use correct path
This commit is contained in:
Michel Hollands 2024-04-15 14:58:50 +01:00 committed by GitHub
commit a0184e27d0
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -29,7 +29,7 @@ jobs:
- name: Run Updatecli - name: Run Updatecli
id: update-grafana-alloy id: update-grafana-alloy
run: | 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 if ! git diff --exit-code > /dev/null; then
echo "changed=true" >> "${GITHUB_OUTPUT}" echo "changed=true" >> "${GITHUB_OUTPUT}"
fi fi