Skip to content

Commit

Permalink
Update workflow step names
Browse files Browse the repository at this point in the history
  • Loading branch information
CameronBeneteau committed Nov 27, 2024
1 parent 8a04e29 commit 844d763
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/setup-raspberry-pi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:
workflow_dispatch:

jobs:
connect-to-pi:
setup-raspberry-pi:
runs-on: ubuntu-latest

steps:
Expand All @@ -28,6 +28,6 @@ jobs:
sudo apt update
sudo apt install -y ansible
- name: Run Test Ansible Playbook
- name: Run Ansible Setup Playbook on Raspberry Pi
run: |
ansible-playbook -i scripts/hil/inventory.yml scripts/hil/setup_raspberry_pi.yml

0 comments on commit 844d763

Please sign in to comment.