diff --git a/.github/workflows/backup.yml b/.github/workflows/backup.yml index 9ca621285..71b4ba59d 100644 --- a/.github/workflows/backup.yml +++ b/.github/workflows/backup.yml @@ -30,7 +30,7 @@ jobs: mv ./xiaoyahelper/aliyun_clear.sh.backup ./xiaoyahelper/aliyun_clear.sh fi - - uses: stefanzweifel/git-auto-commit-action@ac8823709a85c7ce090849ac3e5fe24d006f6e18 + - uses: stefanzweifel/git-auto-commit-action@e961da7576511032beb0d75de8af56bbce1121b9 with: commit_message: 'chore: backup xiaoyahelper' branch: master diff --git a/.github/workflows/build_emby_metadata_downloader.yml b/.github/workflows/build_emby_metadata_downloader.yml index 54e2a5ad1..7a98418ba 100644 --- a/.github/workflows/build_emby_metadata_downloader.yml +++ b/.github/workflows/build_emby_metadata_downloader.yml @@ -127,7 +127,7 @@ jobs: mv ./solid-windows-amd64/solid.exe ./emby_metadata_downloader/solid-windows-amd64.exe - - uses: stefanzweifel/git-auto-commit-action@ac8823709a85c7ce090849ac3e5fe24d006f6e18 + uses: stefanzweifel/git-auto-commit-action@e961da7576511032beb0d75de8af56bbce1121b9 with: commit_message: 'chore: update solid windows exe' branch: master diff --git a/.github/workflows/embyserver_latest_version.yml b/.github/workflows/embyserver_latest_version.yml index 212171b03..d1f02774d 100644 --- a/.github/workflows/embyserver_latest_version.yml +++ b/.github/workflows/embyserver_latest_version.yml @@ -33,7 +33,7 @@ jobs: sed -i "1,40s|emby_embyserver_latest_version=.*|emby_embyserver_latest_version=${LATEST_VERSION}|" all_in_one.sh - - uses: stefanzweifel/git-auto-commit-action@ac8823709a85c7ce090849ac3e5fe24d006f6e18 + uses: stefanzweifel/git-auto-commit-action@e961da7576511032beb0d75de8af56bbce1121b9 with: commit_message: 'chore: update amilys embyserver latest version' branch: master