From e2f1ae2dc2d19d935898e976c1eed3de17a9c4e3 Mon Sep 17 00:00:00 2001 From: ReenigneArcher <42013603+ReenigneArcher@users.noreply.github.com> Date: Thu, 23 May 2024 18:54:34 -0400 Subject: [PATCH] docs: remove legacy output from readme (#88) --- README.md | 1 - action/main.py | 2 ++ 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/README.md b/README.md index 796ab77..0c7f0ef 100644 --- a/README.md +++ b/README.md @@ -44,6 +44,5 @@ The action does the following: |--------------------------------|--------------------------------------------------------------------| | publish_release | Whether or not to publish a release | | release_commit | The commit hash for the release | -| release_generate_release_notes | Whether to generate release notes for the release. (Always `true`) | | release_tag | The tag for the release (i.e. `release_version` with prefix) | | release_version | The version for the release (i.e. `yyyy.mmdd.hhmmss`) | diff --git a/action/main.py b/action/main.py index 2694f33..10ad8be 100644 --- a/action/main.py +++ b/action/main.py @@ -133,6 +133,8 @@ def get_push_event_details() -> dict: ) github_api_url = f'https://api.github.com/repos/{REPOSITORY_NAME}/events' + # this endpoint can be delayed between 30 seconds and 6 hours... + # https://docs.github.com/en/rest/activity/events?apiVersion=2022-11-28#list-repository-events # query parameters params = {