Skip to content

Commit ee11e0b

Browse files
committed
Update README.md
1 parent 673ce47 commit ee11e0b

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

+12
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,7 @@ The remainder of the documentation is organized as follows:
5050
* [Outputs](#outputs): Documentation of the action's outputs.
5151
* [All Possible Action Inputs](#all-possible-action-inputs): A workflow showing all
5252
of the action's inputs with their default values.
53+
* [Built With](#built-with): A list of the tools, etc used to develop this action.
5354
* [Support the Project](#support-the-project): The various ways that you can support
5455
the project.
5556
* [License](#license): License information (MIT License).
@@ -629,6 +630,17 @@ jobs:
629630
echo "exitCode = ${{ steps.endpointStep.outputs.exit-code }}"
630631
```
631632

633+
## Built With
634+
635+
The `count-action-users` action uses the following:
636+
* Python (implemented almost entirely in Python);
637+
* The [cicirello/pyaction](https://actions.cicirello.org/pyaction/) Docker container, which
638+
is designed to support GitHub Actions development in the Python language (see
639+
[pyaction's GitHub repository](https://github.com/cicirello/pyaction));
640+
* [The GitHub CLI](https://cli.github.com/); and
641+
* We started with our template repository for GitHub Actions implemented in
642+
Python: [cicirello/python-github-action-template](https://github.com/cicirello/python-github-action-template).
643+
632644
## Support the Project
633645

634646
You can support the project in a number of ways:

0 commit comments

Comments
 (0)