Skip to content

Commit

Permalink
fix: rename action and update README.md
Browse files Browse the repository at this point in the history
Signed-off-by: Payam Zahedi <pzahedi1995@gmail.com>
  • Loading branch information
Payam Zahedi authored and frankplus committed Jan 28, 2025
1 parent f8dec6f commit 409b744
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 7 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/test-sdk-11.yml
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
name: Test oh-action with sdk-11
name: Test oh-app-action with sdk-11

on:
push:
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
echo "See: https://github.com/eclipse-oniro4openharmony/oniro-planning/issues/5#issuecomment-2538648996"
sed -i '' 's/"bundleName": "[^"]*"/"bundleName": "com.example.oniromathpunching"/' ./AppScope/app.json5
- name: Test oh-action
- name: Test oh-app-action
uses: ./
with:
working-directory: ${{ env.EXAMPLE_PROJECT_PATH }}
Expand Down
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
# oh-action
The `oh-action` is a GitHub Action that streamlines OpenHarmony development workflows by setting up the necessary development environment. It automatically installs the OpenHarmony SDK and provides essential command-line tools, enabling developers to build, test, and manage their OpenHarmony applications in CI/CD pipelines.
# oh-app-action
The `oh-app-action` is a GitHub Action that streamlines OpenHarmony development workflows by setting up the necessary development environment. It automatically installs the OpenHarmony SDK and provides essential command-line tools, enabling developers to build, test, and manage their OpenHarmony applications in CI/CD pipelines.

## Requirements
- macOS runner (`runs-on: macos-latest`)
Expand Down Expand Up @@ -41,7 +41,7 @@ jobs:
uses: actions/checkout@v4

- name: Setup OpenHarmony environment
- uses: Snapp-Mobile/oh-action@v0.1
- uses: eclipse-oniro4openharmony/oh-app-action@v0.1

- name: Install dependencies
run: ohpm install --all
Expand Down Expand Up @@ -92,8 +92,8 @@ jobs:
- name: Checkout code
uses: actions/checkout@v4 # Checkout the repository content to the runner
- name: Build Project Using oh-action
uses: Snapp-Mobile/oh-action@main
- name: Build Project Using oh-app-action
uses: eclipse-oniro4openharmony/oh-app-action@main
with:
working-directory: ./Sample
Expand Down

0 comments on commit 409b744

Please sign in to comment.