From b2776642b1cec7c581ba7cf0cb962475eb55534b Mon Sep 17 00:00:00 2001 From: Mystic <215104920@qq.com> Date: Wed, 28 Aug 2024 15:35:28 +0800 Subject: [PATCH] chore: rename github action job name --- .github/workflows/{ci.yml => test_custom_action_itself.yml} | 2 +- README.md | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) rename .github/workflows/{ci.yml => test_custom_action_itself.yml} (96%) diff --git a/.github/workflows/ci.yml b/.github/workflows/test_custom_action_itself.yml similarity index 96% rename from .github/workflows/ci.yml rename to .github/workflows/test_custom_action_itself.yml index ce0c65b..fcd68f6 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/test_custom_action_itself.yml @@ -8,7 +8,7 @@ on: workflow_dispatch: jobs: - setup-custom-action-by-docker: + test_custom_action_itself: runs-on: ubuntu-latest steps: - uses: actions/checkout@v4 diff --git a/README.md b/README.md index d3a7ea3..fb12c62 100644 --- a/README.md +++ b/README.md @@ -49,7 +49,7 @@ jobs: uses: pplmx/setup-custom-action-by-docker@v1 ``` -You can also follow [this](.github/workflows/ci.yml). +You can also follow [this](.github/workflows/test_custom_action_itself.yml). ## Local Development