diff --git a/.github/workflows/mirror-osp-to-ooc.yaml b/.github/workflows/mirror-osp-to-ooc.yaml index 0a4005e..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 @@ -37,9 +37,9 @@ 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 - rm -f ~/.git-credentials + rm -f ~/.git-credentials \ No newline at end of file