Skip to content

Commit b277664

Browse files
committed
chore: rename github action job name
1 parent 1da1a87 commit b277664

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml renamed to .github/workflows/test_custom_action_itself.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ on:
88
workflow_dispatch:
99

1010
jobs:
11-
setup-custom-action-by-docker:
11+
test_custom_action_itself:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -49,7 +49,7 @@ jobs:
4949
uses: pplmx/setup-custom-action-by-docker@v1
5050
```
5151
52-
You can also follow [this](.github/workflows/ci.yml).
52+
You can also follow [this](.github/workflows/test_custom_action_itself.yml).
5353
5454
## Local Development
5555

0 commit comments

Comments
 (0)