Skip to content

Commit

Permalink
chore: rename github action job name
Browse files Browse the repository at this point in the history
  • Loading branch information
pplmx committed Aug 28, 2024
1 parent 1da1a87 commit b277664
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit b277664

Please sign in to comment.