generated from actions/hello-world-docker-action
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Make history-exporter default action (#11)
As we found it's much better to export stats in a batch, so lets make history-exporter default binary for the action. That will break backward compatibility, just we expect we are the only users of this action so far, so it should be ok-ish. Anyway, lets tag it with `v0.2.x`, make it visible with incompatible changes comparing to `v0.1.x`
- Loading branch information
1 parent
e70d2ba
commit 4c998b2
Showing
6 changed files
with
126 additions
and
59 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,10 +1,14 @@ | ||
# Github Workflow Stats exporter to Postgres | ||
|
||
## WIP | ||
Work is in progress so list of parameters could be changed. | ||
|
||
## Inputs | ||
|
||
| Input | Description | | ||
| ------------------- | -------------------------------------- | | ||
| `DB_URI` | Database URI | | ||
| `DB_TABLE` | Table for storing Workflow stats | | ||
| `GH_RUN_ID` | Workflow Run Id to get information on | | ||
| `GH_TOKEN` | Github Token, optional for public Repo | | ||
| Input | Description | | ||
| ------------------- | ----------------------------------------- | | ||
| `db_uri` | Database URI | | ||
| `db_table` | Table for storing Workflow stats | | ||
| `gh_run_id` | Workflow Run Id to get information on | | ||
| `gh_token` | Github Token, optional for public Repo | | ||
| `duration` | Duration for the history period to export | |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters