Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
NorthernMan54 committed Dec 19, 2024
1 parent 1d88d0a commit be17895
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/Stage-4_post_release_validation.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
id: installed-version
run: |
dpkg -l homebridge
echo "homebridgeversion=\"`dpkg -l homebridge | tail -1 | awk '{ print $3 }'`\"" >> "$GITHUB_OUTPUT"
echo "homebridge-version=\"`dpkg -l homebridge | tail -1 | awk '{ print $3 }'`\"" >> "$GITHUB_OUTPUT"
- name: Validate Homebridge
run: |
Expand Down

0 comments on commit be17895

Please sign in to comment.