Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
syssi committed Jan 17, 2024
1 parent 6ffb1f7 commit a09bfb3
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ jobs:
restore-keys: |
esphome-pip-3.9-
- name: Clone esphome project
run: git clone https://github.com/esphome/esphome.git -
name: Copy component into the esphome project
- name: 💣Clone esphome project
run: git clone https://github.com/esphome/esphome.git
- name: 💣Copy component into the esphome project
run: |
cp -r ../components/* esphome/components/
git config user.name "ci"
Expand Down

0 comments on commit a09bfb3

Please sign in to comment.