Skip to content

Automates continuous deployment #82

Automates continuous deployment

Automates continuous deployment #82

Triggered via pull request October 3, 2023 02:22
Status Success
Total duration 55s
Artifacts

release-drafter.yml

on: pull_request
update_release_draft
45s
update_release_draft
Fit to window
Zoom out
Zoom in

Annotations

2 errors
update_release_draft
Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"} { name: 'HttpError', id: '6387889900', status: 422, response: { url: 'https://api.github.com/repos/sgobotta/ex_commerce/releases/47401319', status: 422, headers: { 'access-control-allow-origin': '*', 'access-control-expose-headers': 'ETag, Link, Location, Retry-After, X-GitHub-OTP, X-RateLimit-Limit, X-RateLimit-Remaining, X-RateLimit-Used, X-RateLimit-Resource, X-RateLimit-Reset, X-OAuth-Scopes, X-Accepted-OAuth-Scopes, X-Poll-Interval, X-GitHub-Media-Type, X-GitHub-SSO, X-GitHub-Request-Id, Deprecation, Sunset', connection: 'close', 'content-length': '195', 'content-security-policy': "default-src 'none'", 'content-type': 'application/json; charset=utf-8', date: 'Tue, 03 Oct 2023 02:23:09 GMT', 'referrer-policy': 'origin-when-cross-origin, strict-origin-when-cross-origin', server: 'GitHub.com', 'strict-transport-security': 'max-age=31536000; includeSubdomains; preload', vary: 'Accept-Encoding, Accept, X-Requested-With', 'x-accepted-github-permissions': 'contents=write', 'x-content-type-options': 'nosniff', 'x-frame-options': 'deny', 'x-github-api-version-selected': '2022-11-28', 'x-github-media-type': 'github.v3; format=json', 'x-github-request-id': '97C0:1162:1218106:12A4AAB:651B7B0C', 'x-ratelimit-limit': '1000', 'x-ratelimit-remaining': '979', 'x-ratelimit-reset': '1696301058', 'x-ratelimit-resource': 'core', 'x-ratelimit-used': '21', 'x-xss-protection': '0' }, data: { message: 'Validation Failed', errors: [ { resource: 'Release', code: 'invalid', field: 'target_commitish' } ], documentation_url: 'https://docs.github.com/rest/releases/releases#update-a-release' } }, request: { method: 'PATCH', url: 'https://api.github.com/repos/sgobotta/ex_commerce/releases/47401319', headers: { accept: 'application/vnd.github.v3+json', 'user-agent': 'probot/12.2.5 octokit-core.js/3.5.1 Node.js/16.20.1 (linux; x64)', authorization: 'token [REDACTED]', 'content-type': 'application/json; charset=utf-8' }, body: '{"body":"## Changes\\n\\n- Upgrade to liveview 0.19.5 @sgobotta (#51)\\n- feature/add recaptcha @sgobotta (#48)\\n- feature/outlines @sgobotta (#47)\\n- feature/update i18n @sgobotta (#46)\\n- Style, Order and build time updates @sgobotta (#45)\\n- feature/send order message @makesmereal (#44)\\n- feature/checkout screen @makesmereal (#43)\\n- feature/40 Upgrade github actions to parallelize jobs @makesmereal (#42)\\n- feature/remove cart order @makesmereal (#39)\\n- feature/show cart order @sgobotta (#38)\\n- feature/decouple order from cart server @sgobotta (#36)\\n- checkout checkpoint @sgobotta (#35)\\n- layout refactor @sgobotta (#34)\\n- heroku storage test @sgobotta (#33)\\n- migrate to contexts @sgobotta (#32)\\n- make photos a db schema @sgobotta (#31)\\n- upload images @sgobotta (#30)\\n- 6 As a Registered User I want to Assign products to my markets @sgobotta (#29)\\n- feature/23 As a Registered User I want to create options for catalogue items @sgobotta (#26)\\n- Migrate to phoenix 1.6 @sgobotta (#28)\\n- feature/24 As a Registered User I want to create variants for catalogue items @sgobotta (#25)\\n- feature/5 As a Registered User I want to create a Product @sgobotta (#22)\\n- feaature/20 As a Registered User I want to create Catalogue categories @sgobotta (#21)\\n- Manage my Offerings through Catalogues @sgobotta (#19)\\n- feature/17 Implement transactional operations for BrandUser structs @sgobotta (#18)\\n- As a Registered User I want to create a brand for my business @sgobotta (#15)\\n- Merge develop into main @sgobotta (#13)\\n- Heroku deployment @sgobotta (#12)\\n- 4 as a registered user i want to create a market @sgobotta (#11)\\n- 3 Create development User seeds @sgobotta (#10)\\n- 2 As a Visitor I want to register to Access the admin site
update_release_draft
HttpError: Validation Failed: {"resource":"Release","code":"invalid","field":"target_commitish"} at /home/runner/work/_actions/release-drafter/release-drafter/master/dist/index.js:8462:21 at processTicksAndRejections (node:internal/process/task_queues:96:5) at async Job.doExecute (/home/runner/work/_actions/release-drafter/release-drafter/master/dist/index.js:30793:18) { name: 'AggregateError', event: { id: '6387889900', name: 'pull_request', payload: { action: 'synchronize', after: 'd93096416317c84b114bfe2b05fb1339ee47055f', before: '09d108451ff73364c1f089becf92908569a2ca91', number: 52, pull_request: { _links: { comments: { href: 'https://api.github.com/repos/sgobotta/ex_commerce/issues/52/comments' }, commits: { href: 'https://api.github.com/repos/sgobotta/ex_commerce/pulls/52/commits' }, html: { href: 'https://github.com/sgobotta/ex_commerce/pull/52' }, issue: { href: 'https://api.github.com/repos/sgobotta/ex_commerce/issues/52' }, review_comment: { href: 'https://api.github.com/repos/sgobotta/ex_commerce/pulls/comments{/number}' }, review_comments: { href: 'https://api.github.com/repos/sgobotta/ex_commerce/pulls/52/comments' }, self: { href: 'https://api.github.com/repos/sgobotta/ex_commerce/pulls/52' }, statuses: { href: 'https://api.github.com/repos/sgobotta/ex_commerce/statuses/d93096416317c84b114bfe2b05fb1339ee47055f' } }, active_lock_reason: null, additions: 39, assignee: null, assignees: [], author_association: 'OWNER', auto_merge: null, base: { label: 'sgobotta:dev', ref: 'dev', repo: { allow_auto_merge: false, allow_forking: true, allow_merge_commit: true, allow_rebase_merge: true, allow_squash_merge: true, allow_update_branch: false, archive_url: 'https://api.github.com/repos/sgobotta/ex_commerce/{archive_format}{/ref}', archived: false, assignees_url: 'https://api.github.com/repos/sgobotta/ex_commerce/assignees{/user}', blobs_url: 'https://api.github.com/repos/sgobotta/ex_commerce/git/blobs{/sha}', branches_url: 'https://api.github.com/repos/sgobotta/ex_commerce/branches{/branch}', clone_url: 'https://github.com/sgobotta/ex_commerce.git', collaborators_url: 'https://api.github.com/repos/sgobotta/ex_commerce/collaborators{/collaborator}', comments_url: 'https://api.github.com/repos/sgobotta/ex_commerce/comments{/number}', commits_url: 'https://api.github.com/repos/sgobotta/ex_commerce/commits{/sha}', compare_url: 'https://api.github.com/repos/sgobotta/ex_commerce/compare/{base}...{head}', contents_url: 'https://api.github.com/repos/sgobotta/ex_commerce/contents/{+path}', contributors_url: 'https://api.github.com/repos/sgobotta/ex_commerce/contributors', created_at: '2021-07-27T12:40:11Z', default_branch: 'dev', delete_branch_on_merge: false, deployments_url: 'https://api.github.com/repos/sgobotta/ex_commerce/deployments', description: 'Elixir E-Commerce prototype project', disabled: false, downloads_url: 'https://api.github.com/repos/sgobotta/ex_commerce/downloads', events_url: 'https://api.github.com/repos/sgobotta/ex_commerce/events', fork: false, forks: 0, forks_count: 0, forks_url: 'https://api.github.com/repos/sgobotta/ex_commerce/forks', full_name: 'sgobotta/ex_commerce', git_commits_url: 'https://api.github.com/repos/sgobotta/ex_commerce/git/commits{/sha}', git_refs_url: 'https://api.github.com/repos/sgobotta/ex_c