Skip to content

Commit

Permalink
修改自动化提交描述1
Browse files Browse the repository at this point in the history
  • Loading branch information
dango2887 committed Aug 31, 2023
1 parent 55e7317 commit f965a88
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/lib_common_pubilsh.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
name: push_lib_widget
on: [ push ]
jobs:
print:
run: |
echo ${ github.event.head_commit.modified }
push_common:
uses: DangoDX/ReusableWorkflows/.github/workflows/publish_maven_central.yml@master
if: startsWith(github.event.head_commit.modified, 'common/**')
Expand Down
1 change: 0 additions & 1 deletion lib/widget/src/main/java/com/dango/dx/lib/widget/Config.kt
Original file line number Diff line number Diff line change
Expand Up @@ -6,5 +6,4 @@ class Config {
val config:String = ""



}

0 comments on commit f965a88

Please sign in to comment.