Skip to content

Fix: Wrong File Structure for Quiz (#114) #5

Fix: Wrong File Structure for Quiz (#114)

Fix: Wrong File Structure for Quiz (#114) #5

Triggered via push August 25, 2025 15:07
Status Success
Total duration 1m 3s
Artifacts
update_release_draft
59s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors
update_release_draft
HttpError: <html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> at /home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:8462:21 at process.processTicksAndRejections (node:internal/process/task_queues:95:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/v5/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '17212768186', name: 'push', payload: { after: '5360497b74d9099e2b858477ba4d08991eb4f2ad', base_ref: null, before: 'a3c1213b2369a48ff3da06fcd08f71332105a5de', commits: [ { author: { email: 'namanverma00260@gmail.com', name: 'Namanv0509', username: 'Namanv0509' }, committer: { email: 'namanverma00260@gmail.com', name: 'Namanv0509', username: 'Namanv0509' }, distinct: false, id: 'cdf81c5eadf1515fca1d89516b0dcd4b5d511583', message: 'Fix Certification Layer5 Academy\n' + '\n' + 'Signed-off-by: Namanv0509 <namanverma00260@gmail.com>', timestamp: '2025-08-15T16:05:55+05:30', tree_id: '9f326545fd2f501c707c4e29c4147bcc1b2b57bb', url: 'https://github.com/Namanv0509/layer5-academy/commit/cdf81c5eadf1515fca1d89516b0dcd4b5d511583' }, { author: { email: 'namanverma00260@gmail.com', name: 'Namanv0509', username: 'Namanv0509' }, committer: { email: 'namanverma00260@gmail.com', name: 'Namanv0509', username: 'Namanv0509' }, distinct: false, id: '6f056f4048ae0714b72947d548023631a7d58c79', message: 'Q6 fixed\n\nSigned-off-by: Namanv0509 <namanverma00260@gmail.com>', timestamp: '2025-08-15T16:13:19+05:30', tree_id: 'a93aa33003bcf975d565ad80ebee5b54daf07036', url: 'https://github.com/Namanv0509/layer5-academy/commit/6f056f4048ae0714b72947d548023631a7d58c79' }, { author: { email: '149177973+Namanv0509@users.noreply.github.com', name: 'Naman Verma', username: 'Namanv0509' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: 'fb7d885e235f8441b2868ae2b7b157a804a1c32a', message: 'Merge pull request #111 from Namanv0509/certification-fix\n' + '\n' + 'Fix Certification Layer5 Academy', timestamp: '2025-08-16T19:13:19+05:30', tree_id: 'a93aa33003bcf975d565ad80ebee5b54daf07036', url: 'https://github.com/Namanv0509/layer5-academy/commit/fb7d885e235f8441b2868ae2b7b157a804a1c32a' }, { author: { email: 'zihan_kuang@outlook.com', name: 'ZihanKuang', username: 'zihanKuang' }, committer: { email: 'zihan_kuang@outlook.com', name: 'ZihanKuang', username: 'zihanKuang' }, distinct: false, id: '278ab9dc22c1cc8f6d5a6ca7bf60d1b0a7355205', message: 'update-link\n\nSigned-off-by: ZihanKuang <zihan_kuang@outlook.com>', timestamp: '2025-08-21T07:16:13Z', tree_id: 'b8dc2b20a2743cb9950dc349cf4842e3ed0deb0b', url: 'https://github.com/Namanv0509/layer5-academy/commit/278ab9dc22c1cc8f6d5a6ca7bf60d1b0a7355205' }, { author: { email: '127078886+zihanKuang@users.noreply.github.com', name: 'Zihan Kuang', username: 'zihanKuang' }, committer: { email: 'noreply@github.com', name: 'GitHub', username: 'web-flow' }, distinct: false, id: 'a8043bdac992952465d9
update_release_draft
<html> <head><title>502 Bad Gateway</title></head> <body> <center><h1>502 Bad Gateway</h1></center> <hr><center>nginx</center> </body> </html> { name: 'HttpError', id: '17212768186', status: 502, response: { url: 'https://api.github.com/graphql', status: 502, headers: { connection: 'close', 'content-length': '150', 'content-type': 'text/html', date: 'Mon, 25 Aug 2025 15:08:12 GMT', server: 'github.com', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-github-request-id': 'F818:3C88C1:65E40:16E858:68AC7C52' }, data: '<html>\r\n' + '<head><title>502 Bad Gateway</title></head>\r\n' + '<body>\r\n' + '<center><h1>502 Bad Gateway</h1></center>\r\n' + '<hr><center>nginx</center>\r\n' + '</body>\r\n' + '</html>\r\n' }, request: { method: 'POST', url: 'https://api.github.com/graphql', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/20.19.4 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"query":"\\n query findCommitsWithAssociatedPullRequests(\\n $name: String!\\n $owner: String!\\n $targetCommitish: String!\\n $withPullRequestBody: Boolean!\\n $withPullRequestURL: Boolean!\\n $since: GitTimestamp\\n $after: String\\n $withBaseRefName: Boolean!\\n $withHeadRefName: Boolean!\\n ) {\\n repository(name: $name, owner: $owner) {\\n object(expression: $targetCommitish) {\\n ... on Commit {\\n history(first: 100, since: $since, after: $after) {\\n totalCount\\n pageInfo {\\n hasNextPage\\n endCursor\\n }\\n nodes {\\n id\\n committedDate\\n message\\n author {\\n name\\n user {\\n login\\n }\\n }\\n associatedPullRequests(first: 5) {\\n nodes {\\n title\\n number\\n url @include(if: $withPullRequestURL)\\n body @include(if: $withPullRequestBody)\\n author {\\n login\\n }\\n baseRepository {\\n nameWithOwner\\n }\\n mergedAt\\n isCrossRepository\\n labels(first: 100) {\\n nodes {\\n name\\n }\\n }\\n merged\\n baseRefName @include(if: $withBaseRefName)\\n headRefName @include(if: $withHeadRefName)\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n }\\n","variables":{"name":"layer5-academy","owner":"Namanv0509","targetCommitish":"refs/heads/master","withPullRequestBody":false,"withPullRequestURL":false,"withBaseRefName":false,"withHeadRefName":false}}', request: { retryCount: 3, retries: 3, retryAfter: 16 } }, event: { id: '17212768186', name: 'push', payload: { after: '5360497b74d9099e2b858477ba4d08991eb4f2ad', base_ref: null, before: 'a3c1213b2369a48ff3da06fcd08f71332105a5de', commits: [ { author: { email: 'namanverma00260@gmail.com', name: 'Namanv0509', username: 'Namanv0509' }, committer: { email: 'namanverma00260@gmail.com', name: 'Namanv0509', username: 'Namanv0509' }, distinct: false, id: 'cdf81c5eadf1515fca1d89516b0dcd4b5d511583', message: 'Fix Certification Layer5 Academy\n' + '\n' + 'Signed-off-by: Namanv0509 <namanverma00260@gmail.com>', timestamp: '2025-08-15T16:05:55+05:30', tree_id: '9f326545fd2f501c707c4e29c4147bcc1b2b57bb',