Skip to content

Commit

Permalink
Merge pull request #11 from kexa-io/dev
Browse files Browse the repository at this point in the history
fix: checkout current
  • Loading branch information
aeppling authored Sep 13, 2024
2 parents baaac40 + a29c0b0 commit c281faf
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .github/workflows/dashboards.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,11 @@ jobs:
cp -f external-repo/*.json current-repo/kexa-chart/files/dashboards/
shell: bash

- name: Checkout Current Repository
uses: actions/checkout@v4
with:
path: current-repo

- name: Configure Git
run: |
git config --global user.name "Adrien E"
Expand Down

0 comments on commit c281faf

Please sign in to comment.