Skip to content

Commit

Permalink
202410100121
Browse files Browse the repository at this point in the history
  • Loading branch information
git committed Oct 9, 2024
1 parent 439b26f commit ce63035
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions .github/workflows/up.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,6 +33,4 @@ jobs:
git config --global user.email "actions@github.com"
git config --global user.name "actions"
ARIA2_VER=$(grep 'ARIA2_VER=' $GITHUB_WORKSPACE/dependences | cut -d'=' -f2)
git add .
git commit -m "$ARIA2_VER-$(date "+%Y%m%d")"
git push && echo "更新完毕!!!" >> $GITHUB_STEP_SUMMARY || echo "暂无更新!!!" >> $GITHUB_STEP_SUMMARY
git add . && git commit -m "$ARIA2_VER-$(date "+%Y%m%d")" && git push && echo "更新完毕!!!" >> $GITHUB_STEP_SUMMARY || echo "暂无更新!!!" >> $GITHUB_STEP_SUMMARY

0 comments on commit ce63035

Please sign in to comment.