Skip to content

Commit

Permalink
fix: update repository reference after moving
Browse files Browse the repository at this point in the history
  • Loading branch information
RadxaYuntian committed Apr 9, 2024
1 parent 20d993e commit ab589aa
Show file tree
Hide file tree
Showing 6 changed files with 8 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/actions/build/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/query/action.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -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/).
2 changes: 1 addition & 1 deletion docs/install/devcontainer.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion src/libexec/rsdk/rsdk-infra-update
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
4 changes: 2 additions & 2 deletions src/share/rsdk/infra-repo/.github/workflows/workflow.jsonnet
Original file line number Diff line number Diff line change
Expand Up @@ -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
}
Expand Down Expand Up @@ -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 }}",
Expand Down

0 comments on commit ab589aa

Please sign in to comment.