File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 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
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
Original file line number Diff line number Diff line change 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 }}"
Original file line number Diff line number Diff line change 1- module github.com/myml /action-sync
1+ module github.com/linuxdeepin /action-sync
22
33go 1.17
44
You can’t perform that action at this time.
0 commit comments