-
-
Notifications
You must be signed in to change notification settings - Fork 302
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #138 from joe733/workshop
patch: work around pip's secure-install bug; bump version
- Loading branch information
Showing
9 changed files
with
69 additions
and
1,095 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
# Do NOT edit this file, make | ||
# a copy and rename as `.env` | ||
|
||
INPUT_GH_TOKEN= | ||
INPUT_WAKATIME_API_KEY= | ||
# meta | ||
INPUT_API_BASE_URL= | ||
INPUT_REPOSITORY= | ||
# content | ||
INPUT_SHOW_TITLE= | ||
INPUT_SECTION_NAME= | ||
INPUT_BLOCKS= | ||
INPUT_CODE_LANG= | ||
INPUT_TIME_RANGE= | ||
INPUT_LANG_COUNT= | ||
INPUT_SHOW_TIME= | ||
INPUT_SHOW_TOTAL= | ||
INPUT_SHOW_MASKED_TIME= | ||
INPUT_STOP_AT_OTHER= | ||
# commit | ||
INPUT_COMMIT_MESSAGE= | ||
INPUT_TARGET_BRANCH= | ||
INPUT_TARGET_PATH= | ||
INPUT_COMMITTER_NAME= | ||
INPUT_COMMITTER_EMAIL= | ||
INPUT_AUTHOR_NAME= | ||
INPUT_AUTHOR_EMAIL= |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
# for CI testing | ||
services: | ||
waka-readme: | ||
env_file: | ||
- .env.template | ||
build: | ||
context: . | ||
dockerfile: dockerfile | ||
image: waka-readme:testing | ||
container_name: WakaReadmeTesting | ||
command: python -m unittest discover |
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
Oops, something went wrong.