Skip to content
This repository has been archived by the owner on Dec 10, 2023. It is now read-only.

GitHub clones counter for 14 days at every 8 hours and clones accumulator #109

GitHub clones counter for 14 days at every 8 hours and clones accumulator

GitHub clones counter for 14 days at every 8 hours and clones accumulator #109

name: GitHub clones counter for 14 days at every 8 hours and clones accumulator
on:
schedule:
- cron: "0 */8 * * *"
# Allows you to run this workflow manually from the Actions tab
workflow_dispatch:
jobs:
accum-gh-clone-stats:
runs-on: ubuntu-latest
steps:
- uses: RedDeadDepresso/gh-action--accum-gh-stats@master
with:
deps_repo_owner: RedDeadDepresso
deps_repo_branch: master
deps_repo_read_token: ${{ github.token }}
stat_repo_owner: RedDeadDepresso
stat_repo: BAAuto
stat_entity: clones
stat_repo_read_token: ${{ secrets.READ_STATS_TOKEN }}
stats_list_key: clones
#commit_msg_entity: cl
curl_flags: >-
-H 'Cache-Control: no-cache'
output_repo_owner: RedDeadDepresso
output_repo: BAAuto--gh-stats
output_repo_branch: master
output_repo_dir: traffic/clones
output_repo_write_token: ${{ secrets.WRITE_STATS_TOKEN }}
flags: >-
ENABLE_PRINT_INITIAL_ENV_INTO_STDOUT=1
env: >-
ENABLE_GENERATE_CHANGELOG_FILE=1
ENABLE_COMMIT_MESSAGE_DATE_WITH_TIME=1
ENABLE_COMMIT_MESSAGE_DATE_TIME_WITH_LAST_CHANGED_DATE_OFFSET=1
ENABLE_COMMIT_MESSAGE_WITH_WORKFLOW_RUN_NUMBER=1
ENABLE_GITHUB_ACTIONS_RUN_URL_PRINT_TO_CHANGELOG=1
ENABLE_REPO_STATS_COMMITS_URL_PRINT_TO_CHANGELOG=1
# CONTINUE_ON_INVALID_INPUT=1
# CONTINUE_ON_EMPTY_CHANGES=1
# CONTINUE_ON_RESIDUAL_CHANGES=1
# CHANGELOG_FILE=changelog.txt