Skip to content

Commit

Permalink
fix acpi
Browse files Browse the repository at this point in the history
  • Loading branch information
wjz304 committed Jul 4, 2024
1 parent d84c20c commit 24d3e36
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/addons-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,7 @@ jobs:
cd rr-addons
echo "Git push ..."
git pull
status=$(git status -s | grep -E 'misc|eudev|sensors' | awk '{printf " %s", $2}')
status=$(git status -s | grep -E 'all/' | awk '{printf " %s", $2}')
if [ -n "${status}" ]; then
git add ${status}
git commit -m "update $(date +%Y-%m-%d" "%H:%M:%S)"
Expand Down

0 comments on commit 24d3e36

Please sign in to comment.