Skip to content

Commit aff2297

Browse files
committed
chore: Move to linuxdeepin
1 parent e5a5a78 commit aff2297

3 files changed

Lines changed: 4 additions & 4 deletions

File tree

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
files: repos/**
5858
# 根据变动的配置文件,增量同步
5959
- name: Sync changed configs
60-
uses: myml/action-sync@main
60+
uses: linuxdeepin/action-sync@main
6161
if: steps.changed-configs.outputs.any_changed == 'true'
6262
with:
6363
app_id: 164400
@@ -82,7 +82,7 @@ jobs:
8282
echo all configs $all_configs
8383
echo "::set-output name=ALL_CONFIGS::$all_configs"
8484
- name: Sync changed files
85-
uses: myml/action-sync@main
85+
uses: linuxdeepin/action-sync@main
8686
if: steps.changed-files.outputs.any_changed == 'true'
8787
with:
8888
app_id: 164400

action.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ runs:
3333
shell: bash
3434
run: |
3535
go env -w GO111MODULE=on
36-
go install github.com/myml/action-sync@main
36+
go install github.com/linuxdeepin/action-sync@main
3737
- name: command
3838
shell: bash
3939
run: action-sync -app_id=${{ inputs.app_id }} -installation_id=${{ inputs.installation_id }} -files="${{ inputs.files }}" -message="${{ inputs.message }}"

go.mod

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
module github.com/myml/action-sync
1+
module github.com/linuxdeepin/action-sync
22

33
go 1.17
44

0 commit comments

Comments
 (0)