Skip to content

Commit

Permalink
Fix the dashboard url in workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
ehcaning committed Jul 22, 2024
1 parent 3b3f845 commit d236bac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
- name: Run update_dashboards.sh
env:
DASHBOARD_DIR: "./grafana/dashboard"
DASHBOARD_DIR: "./grafana/dashboards"
GRAFANA_URL: ${{ secrets.GRAFANA_URL }}
GRAFANA_API_KEY: ${{ secrets.GRAFANA_API_KEY }}
COMMIT_MESSAGE: ${{ github.event.head_commit.message }}
Expand Down

0 comments on commit d236bac

Please sign in to comment.