Skip to content

Commit

Permalink
fix : error on generation because wpa_password is between 8 and 63
Browse files Browse the repository at this point in the history
  • Loading branch information
EtienneSchmitz committed Jan 30, 2024
1 parent eeaae88 commit 0a34c96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/image.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
username: pi
verbose-output: true
wpa-essid: 'ucia'
wpa-password : 'rosa'
wpa-password : 'uciarosa'
- uses: actions/upload-artifact@v3
with:
name: ucia
Expand Down

0 comments on commit 0a34c96

Please sign in to comment.