Skip to content

Commit

Permalink
Update id.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
Zenlua authored May 28, 2024
1 parent 0660bd9 commit 3ce27bc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/id.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,13 +38,13 @@ jobs:
if [ "$SERIAL" ] && [ "$WIDGETID" ];then
curl -s -G -L https://github.com/Zenlua/Widget/releases/download/tmp/vip.txt | sed "/Not Found/d" | tee vip.txt
echo
echo "$WIDGETID" | tr ' ' '\n' | awk '{print "'$SERIAL'="$0}' | tee -a vip.txt
echo "$WIDGETID" | tr ' ' '\n' | awk '{print "'$SERIAL'="$0}' | sort | uniq | tee -a vip.txt
echo
fi
if [ "$WIDGETIDF" ];then
curl -s -G -L https://github.com/Zenlua/Widget/releases/download/tmp/free.txt | sed "/Not Found/d" | tee free.txt
echo
echo "$WIDGETIDF" | tr ' ' '\n' | tee -a free.txt
echo "$WIDGETIDF" | tr ' ' '\n' | sort | uniq | tee -a free.txt
echo
fi
if [ "$WIDGETIDD" ];then
Expand Down

0 comments on commit 3ce27bc

Please sign in to comment.