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 c124c0e commit b3c30f5Copy full SHA for b3c30f5
README.md
@@ -9,7 +9,7 @@ GitHub action to generate a file with [PHP](https://php.net) project classes lis
9
10
To use this action in your project, create workflow in your project similar to this code (Note: some parts and arguments needs to be altered):
11
```yaml
12
-name: Automatic update project documentation
+name: Generate PHP project class list as artifact
13
14
on:
15
push:
0 commit comments