From 02b3503f7266e7b4801c7f99bca86ff2e4a0affb Mon Sep 17 00:00:00 2001 From: Interested Deving Date: Mon, 25 May 2026 05:35:32 -0700 Subject: [PATCH 1/2] ci: update mirror-osp-to-ooc.yaml [auto] --- .github/workflows/mirror-osp-to-ooc.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/mirror-osp-to-ooc.yaml b/.github/workflows/mirror-osp-to-ooc.yaml index 0a4005e..a8a7363 100644 --- a/.github/workflows/mirror-osp-to-ooc.yaml +++ b/.github/workflows/mirror-osp-to-ooc.yaml @@ -37,7 +37,7 @@ jobs: > ~/.git-credentials git remote add mirror \ - "https://github.com/Interested-Deving-1896/linux-powerwash.git" + "https://github.com/OpenOS-Project-Ecosystem-OOC/linux-powerwash.git" git push mirror --all --force git push mirror --tags --force From 8e60bbfb498d786c9685aa5f67936f13401fa8a7 Mon Sep 17 00:00:00 2001 From: Interested Deving Date: Mon, 25 May 2026 05:36:04 -0700 Subject: [PATCH 2/2] chore(deps): update workflow dependencies in mirror-osp-to-ooc.yaml --- .github/workflows/mirror-osp-to-ooc.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/.github/workflows/mirror-osp-to-ooc.yaml b/.github/workflows/mirror-osp-to-ooc.yaml index a8a7363..6681257 100644 --- a/.github/workflows/mirror-osp-to-ooc.yaml +++ b/.github/workflows/mirror-osp-to-ooc.yaml @@ -20,7 +20,7 @@ jobs: if: github.repository == 'OpenOS-Project-OSP/linux-powerwash' steps: - name: Checkout full history - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: fetch-depth: 0 persist-credentials: false @@ -42,4 +42,4 @@ jobs: git push mirror --all --force git push mirror --tags --force - rm -f ~/.git-credentials + rm -f ~/.git-credentials \ No newline at end of file