Skip to content

Commit

Permalink
generate_img action: args are not needed
Browse files Browse the repository at this point in the history
  • Loading branch information
fda77 committed Jul 30, 2024
1 parent 8c21736 commit 59875e5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/generate_img.yml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
mkdir -p ~/.freetz-dl/fw/ 2>/dev/null || true
wget -q "${{ secrets.ACTIONS_CUSTOM }}img" -O - 2>/dev/null | base64 -d > props.sh
[ -s props.sh ] || cp config/.img/generate.sh props.sh
FREETZ_ENABLEG=true bash props.sh FREETZ_AVM_VERSION_07 FREETZ_AVM_VERSION_08
FREETZ_ENABLEG=true bash props.sh
rm -f props.sh ".wget-hsts" || true
- name: commit
Expand Down

0 comments on commit 59875e5

Please sign in to comment.