diff --git a/.github/actions/build/action.yaml b/.github/actions/build/action.yaml index fb756be..df9b77f 100644 --- a/.github/actions/build/action.yaml +++ b/.github/actions/build/action.yaml @@ -30,7 +30,7 @@ runs: - name: Checkout uses: actions/checkout@v4 with: - repository: RadxaOS-SDK/rsdk + repository: radxa-pkg/rsdk submodules: recursive - name: Set suite based on input variables shell: bash diff --git a/.github/actions/query/action.yaml b/.github/actions/query/action.yaml index 2f8aa40..2c92757 100644 --- a/.github/actions/query/action.yaml +++ b/.github/actions/query/action.yaml @@ -14,7 +14,7 @@ runs: - name: Checkout uses: actions/checkout@v4 with: - repository: RadxaOS-SDK/rsdk + repository: radxa-pkg/rsdk path: .tmp/rsdk - name: Set suite based on input variables id: query diff --git a/README.md b/README.md index 905ae9d..306304f 100644 --- a/README.md +++ b/README.md @@ -1,5 +1,5 @@ # rsdk - RadxaOS Software Development Kit -[![Build images](https://github.com/RadxaOS-SDK/rsdk/actions/workflows/build.yaml/badge.svg)](https://github.com/RadxaOS-SDK/rsdk/actions/workflows/build.yaml) [![Deploy documentation](https://github.com/RadxaOS-SDK/rsdk/actions/workflows/docs.yaml/badge.svg)](https://github.com/RadxaOS-SDK/rsdk/actions/workflows/docs.yaml) +[![Build images](https://github.com/radxa-pkg/rsdk/actions/workflows/build.yaml/badge.svg)](https://github.com/radxa-pkg/rsdk/actions/workflows/build.yaml) [![Deploy documentation](https://github.com/radxa-pkg/rsdk/actions/workflows/docs.yaml/badge.svg)](https://github.com/radxa-pkg/rsdk/actions/workflows/docs.yaml) -To learn more about `rsdk`, please visit [our documentation](https://RadxaOS-SDK.github.io/rsdk/). +To learn more about `rsdk`, please visit [our documentation](https://radxa-pkg.github.io/rsdk/). diff --git a/docs/install/devcontainer.md b/docs/install/devcontainer.md index 8ef4183..6c33410 100644 --- a/docs/install/devcontainer.md +++ b/docs/install/devcontainer.md @@ -13,7 +13,7 @@ Please first follow Visual Studio Code's documentation to: Then clone the project with `git`: ```bash -git clone --recurse-submodules https://github.com/RadxaOS-SDK/rsdk.git +git clone --recurse-submodules https://github.com/radxa-pkg/rsdk.git ``` Open the project in Visual Studio Code. A notification will pop up on the corner diff --git a/src/libexec/rsdk/rsdk-infra-update b/src/libexec/rsdk/rsdk-infra-update index 5c30dff..5616a53 100755 --- a/src/libexec/rsdk/rsdk-infra-update +++ b/src/libexec/rsdk/rsdk-infra-update @@ -63,7 +63,7 @@ update_repo() { git config --local user.name "github-actions[bot]" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git add . - git commit -m "chore: templates generated by RadxaOS-SDK/rsdk@$RSDK_REV" + git commit -m "chore: templates generated by radxa-pkg/rsdk@$RSDK_REV" fi if [[ $RSDK_OPTION_DRY_RUN == "false" ]]; then diff --git a/src/share/rsdk/infra-repo/.github/workflows/workflow.jsonnet b/src/share/rsdk/infra-repo/.github/workflows/workflow.jsonnet index c055c3a..15ea677 100644 --- a/src/share/rsdk/infra-repo/.github/workflows/workflow.jsonnet +++ b/src/share/rsdk/infra-repo/.github/workflows/workflow.jsonnet @@ -30,7 +30,7 @@ function( { name: "Query product info", id: "query", - uses: "RadxaOS-SDK/rsdk/.github/actions/query@main", + uses: "radxa-pkg/rsdk/.github/actions/query@main", with: { product: product } @@ -84,7 +84,7 @@ function( }, { name: "Build image", - uses: "RadxaOS-SDK/rsdk/.github/actions/build@main", + uses: "radxa-pkg/rsdk/.github/actions/build@main", with: { product: "${{ matrix.product }}", suite: "${{ matrix.suite }}",