-
Notifications
You must be signed in to change notification settings - Fork 54
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[🐛]the readme log periodly repeated #24
Comments
Hi @adeson33, To better understand what’s happening, could you share the json output of the following API request? This will help to debug the issue by analyzing your events. You’ll need to replace the authorization header with your Personal Access Token (PAT) to include activity from private repositories: If you’re comfortable sharing your private events publicly, feel free to post the output here. Otherwise, you can send it to me at [email protected]. Looking forward to your response! |
hey @TheDanniCraft |
You're absolutely right—my apologies for that oversight. I forgot to update that part of the URL. This is the correct url: |
ok, i hava got json file.It seems there is no repeated responses.I guess maybe there is some wrong with my config. the latest json response |
Hi @adeson33, Thank you for providing the logs! I reviewed them and cross-checked them against your I believe this confusion might be caused by the following: When you commit multiple times (e.g., 5 times) to a repository, the log shows 5 separate entries. However, since commits to private repositories do not link directly to the specific commit in the generated output, it may appear as if they are repeated because the messages look identical. For example, this:
Is actually:
There’s already a feature request (see issue #25) in progress to improve this behavior by grouping similar entries to make it clearer. Let me know if this resolves your issue or if you have any further questions! |
hey @TheDanniCraft the workflow's result aslo verifies my suspect, my json output of the github event api indicates my events's size only 28, when i set my envent limit as 100, the function fetchAllEvents will loop over and over again. |
Hey @adeson33, Thank you for the clarification — now I understand what you mean by “repeated”! I’ll work on fixing this as soon as possible. I’ll use your provided I’ll keep you updated and let you know as soon as the fix goes live! |
Describe the bug
i deploy the activity-log on my respository, and the workflow begin to run, my readme textfile continues to change, but it get periodly repeated.
To Reproduce
Steps to reproduce the behavior:
which is confused me is that my Actions page is full of workflow.
my Actions page
my test reposity like this
it's my test enviroment, you can see my workflow config, i am not sure if there's a problem with the env.
https://github.com/adeson33/test
The text was updated successfully, but these errors were encountered: