File tree 1 file changed +12
-0
lines changed
1 file changed +12
-0
lines changed Original file line number Diff line number Diff line change @@ -50,6 +50,7 @@ The remainder of the documentation is organized as follows:
50
50
* [ Outputs] ( #outputs ) : Documentation of the action's outputs.
51
51
* [ All Possible Action Inputs] ( #all-possible-action-inputs ) : A workflow showing all
52
52
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.
53
54
* [ Support the Project] ( #support-the-project ) : The various ways that you can support
54
55
the project.
55
56
* [ License] ( #license ) : License information (MIT License).
@@ -629,6 +630,17 @@ jobs:
629
630
echo "exitCode = ${{ steps.endpointStep.outputs.exit-code }}"
630
631
` ` `
631
632
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
+
632
644
# # Support the Project
633
645
634
646
You can support the project in a number of ways :
You can’t perform that action at this time.
0 commit comments