Skip to content

Commit

Permalink
chore: (Ri-4198) Install git on runner container
Browse files Browse the repository at this point in the history
  • Loading branch information
javiercm1410 committed Sep 6, 2024
1 parent da66cd1 commit 9076f4d
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,10 @@ jobs:

- name: 🔵 Install Task
uses: arduino/setup-task@v2

- name: 💼 Configure Git user
run: |
apk add git
git config user.name "gbh-devops-bot"
git config user.email "[email protected]"
Expand Down

0 comments on commit 9076f4d

Please sign in to comment.