Skip to content

Commit

Permalink
Fix dashboard name and install git
Browse files Browse the repository at this point in the history
  • Loading branch information
ehcaning committed Jul 22, 2024
1 parent 16fa0a5 commit a7a0d4a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/grafana.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -49,15 +49,15 @@ jobs:
docker context rm ${{ env.DOCKER_CONTEXT_NAME }} --force
update-dashboards:
name: Deploy Grafana
name: Update Dashboards
runs-on: self-hosted
needs: deploy
steps:
- name: Checkout repository
uses: actions/checkout@v4

- name: Install jq
run: sudo apt-get install -y jq
run: sudo apt-get install -y jq git

- name: Get commit details
run: |
Expand Down
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
.env
run.sh

0 comments on commit a7a0d4a

Please sign in to comment.