Skip to content
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

Push action failed with empty list during Github actions outage #47

Open
lexton opened this issue Mar 16, 2022 · 1 comment
Open

Push action failed with empty list during Github actions outage #47

lexton opened this issue Mar 16, 2022 · 1 comment

Comments

@lexton
Copy link

lexton commented Mar 16, 2022

During the Github actions outage this morning - we were seeing push type action with a base commit that was loaded incorrectly as a null commit - formatted as a string of zero's rather than null or the empty string.

Base commit: 0000000000000000000000000000000000000000

Info level logs:

...
2022-03-16T19:42:47.8550564Z ##[group]Run jitterbit/get-changed-files@v1
2022-03-16T19:42:47.8550984Z with:
2022-03-16T19:42:47.8551518Z   token: ***
2022-03-16T19:42:47.8551883Z   format: space-delimited
2022-03-16T19:42:47.8552240Z env:
2022-03-16T19:42:47.8552845Z   TERM: xterm
2022-03-16T19:42:47.8553209Z   AWS_REGION: us-east-1
2022-03-16T19:42:47.8553576Z   name: DEST::/home/runner/bin
2022-03-16T19:42:47.8553941Z   PR_NUMBER: 5117
2022-03-16T19:42:47.8554324Z   BASE_REF: <REDACTED>
2022-03-16T19:42:47.8554738Z ##[endgroup]
2022-03-16T19:42:47.9280476Z Base commit: 0000000000000000000000000000000000000000
2022-03-16T19:42:47.9281842Z Head commit: <REDACTED>
...

This caused the changed files to be returned as empty, and the lookup to have succeeded.

Expected error

The base and head commits are missing from the payload for this push event. Please submit an issue on this action's GitHub repo.

Expected Mitigation

No needed mitigation, as Github service returned the issue went away.

@lexton
Copy link
Author

lexton commented Mar 16, 2022

I believe this manifests very similarly to: #10

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant