We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1da1a87 commit b277664Copy full SHA for b277664
.github/workflows/ci.yml renamed to .github/workflows/test_custom_action_itself.yml
@@ -8,7 +8,7 @@ on:
8
workflow_dispatch:
9
10
jobs:
11
- setup-custom-action-by-docker:
+ test_custom_action_itself:
12
runs-on: ubuntu-latest
13
steps:
14
- uses: actions/checkout@v4
README.md
@@ -49,7 +49,7 @@ jobs:
49
uses: pplmx/setup-custom-action-by-docker@v1
50
```
51
52
-You can also follow [this](.github/workflows/ci.yml).
+You can also follow [this](.github/workflows/test_custom_action_itself.yml).
53
54
## Local Development
55
0 commit comments