Skip to content

Commit

Permalink
wrong name of task to execute
Browse files Browse the repository at this point in the history
  • Loading branch information
elral committed Sep 19, 2023
1 parent 0486850 commit 4347b35
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Checkout component library
- name: Checkout custom devices
uses: actions/checkout@v3
with:
repository: elral/MobiFlight-CustomDevices
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python -m pip install --upgrade pip
pip install --upgrade platformio
- name: Checkout component library
- name: Checkout custom devices
uses: actions/checkout@v3
with:
repository: elral/MobiFlight-CustomDevices
Expand Down

0 comments on commit 4347b35

Please sign in to comment.