Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save GuillaumeFalourd/e53ec9b6bc783cce184bd1eec263799d to your computer and use it in GitHub Desktop.
Save GuillaumeFalourd/e53ec9b6bc783cce184bd1eec263799d to your computer and use it in GitHub Desktop.
Example of github context payload for a PULL REQUEST event (on Github Actions)
{
"token": "***",
"job": "github-context",
"ref": "refs/pull/16/merge",
"sha": "b4f1729888b5c99abdf8a7a250ecc6cff1e180be",
"repository": "GuillaumeFalourd/poc-github-actions",
"repository_owner": "GuillaumeFalourd",
"repositoryUrl": "git://github.com/GuillaumeFalourd/poc-github-actions.git",
"run_id": "974568708",
"run_number": "2",
"retention_days": "90",
"actor": "GuillaumeFalourd",
"workflow": "24 - Github Context",
"head_ref": "feature/readme",
"base_ref": "main",
"event_name": "pull_request",
"event": {
"action": "opened",
"number": 16,
"pull_request": {
"_links": {
"comments": {
"href": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues/16/comments"
},
"commits": {
"href": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/pulls/16/commits"
},
"html": {
"href": "https://github.com/GuillaumeFalourd/poc-github-actions/pull/16"
},
"issue": {
"href": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues/16"
},
"review_comment": {
"href": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/pulls/comments{/number}"
},
"review_comments": {
"href": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/pulls/16/comments"
},
"self": {
"href": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/pulls/16"
},
"statuses": {
"href": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/statuses/1494992943d544388dc802f6e5086b8b07a6e33a"
}
},
"active_lock_reason": null,
"additions": 4,
"assignee": null,
"assignees": [],
"author_association": "OWNER",
"auto_merge": null,
"base": {
"label": "GuillaumeFalourd:main",
"ref": "main",
"repo": {
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_squash_merge": true,
"archive_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/assignees{/user}",
"blobs_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/branches{/branch}",
"clone_url": "https://github.com/GuillaumeFalourd/poc-github-actions.git",
"collaborators_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/comments{/number}",
"commits_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/commits{/sha}",
"compare_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/contents/{+path}",
"contributors_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/contributors",
"created_at": "2021-03-26T18:31:28Z",
"default_branch": "main",
"delete_branch_on_merge": true,
"deployments_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/deployments",
"description": "POC with Github Actions examples 🤖",
"disabled": false,
"downloads_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/downloads",
"events_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/forks",
"full_name": "GuillaumeFalourd/poc-github-actions",
"git_commits_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/tags{/sha}",
"git_url": "git://github.com/GuillaumeFalourd/poc-github-actions.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/hooks",
"html_url": "https://github.com/GuillaumeFalourd/poc-github-actions",
"id": 351877820,
"issue_comment_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues/events{/number}",
"issues_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues{/number}",
"keys_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/keys{/key_id}",
"labels_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/labels{/name}",
"language": "Python",
"languages_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/languages",
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"node_id": "MDc6TGljZW5zZTI=",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0"
},
"merges_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/merges",
"milestones_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/milestones{/number}",
"mirror_url": null,
"name": "poc-github-actions",
"node_id": "MDEwOlJlcG9zaXRvcnkzNTE4Nzc4MjA=",
"notifications_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/notifications{?since,all,participating}",
"open_issues": 3,
"open_issues_count": 3,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/22433243?v=4",
"events_url": "https://api.github.com/users/GuillaumeFalourd/events{/privacy}",
"followers_url": "https://api.github.com/users/GuillaumeFalourd/followers",
"following_url": "https://api.github.com/users/GuillaumeFalourd/following{/other_user}",
"gists_url": "https://api.github.com/users/GuillaumeFalourd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/GuillaumeFalourd",
"id": 22433243,
"login": "GuillaumeFalourd",
"node_id": "MDQ6VXNlcjIyNDMzMjQz",
"organizations_url": "https://api.github.com/users/GuillaumeFalourd/orgs",
"received_events_url": "https://api.github.com/users/GuillaumeFalourd/received_events",
"repos_url": "https://api.github.com/users/GuillaumeFalourd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/GuillaumeFalourd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/GuillaumeFalourd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/GuillaumeFalourd"
},
"private": false,
"pulls_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/pulls{/number}",
"pushed_at": "2021-06-26T17:13:37Z",
"releases_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/releases{/id}",
"size": 230,
"ssh_url": "git@github.com:GuillaumeFalourd/poc-github-actions.git",
"stargazers_count": 2,
"stargazers_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/stargazers",
"statuses_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/subscribers",
"subscription_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/subscription",
"svn_url": "https://github.com/GuillaumeFalourd/poc-github-actions",
"tags_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/tags",
"teams_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/teams",
"trees_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/trees{/sha}",
"updated_at": "2021-06-26T17:07:26Z",
"url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions",
"watchers": 2,
"watchers_count": 2
},
"sha": "675027d26658e47a4928b124f620eb1c65528c40",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/22433243?v=4",
"events_url": "https://api.github.com/users/GuillaumeFalourd/events{/privacy}",
"followers_url": "https://api.github.com/users/GuillaumeFalourd/followers",
"following_url": "https://api.github.com/users/GuillaumeFalourd/following{/other_user}",
"gists_url": "https://api.github.com/users/GuillaumeFalourd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/GuillaumeFalourd",
"id": 22433243,
"login": "GuillaumeFalourd",
"node_id": "MDQ6VXNlcjIyNDMzMjQz",
"organizations_url": "https://api.github.com/users/GuillaumeFalourd/orgs",
"received_events_url": "https://api.github.com/users/GuillaumeFalourd/received_events",
"repos_url": "https://api.github.com/users/GuillaumeFalourd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/GuillaumeFalourd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/GuillaumeFalourd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/GuillaumeFalourd"
}
},
"body": "Signed-off-by: GuillaumeFalourd <guillaume.falourd@zup.com.br>",
"changed_files": 2,
"closed_at": null,
"comments": 0,
"comments_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues/16/comments",
"commits": 1,
"commits_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/pulls/16/commits",
"created_at": "2021-06-26T17:13:55Z",
"deletions": 0,
"diff_url": "https://github.com/GuillaumeFalourd/poc-github-actions/pull/16.diff",
"draft": false,
"head": {
"label": "GuillaumeFalourd:feature/readme",
"ref": "feature/readme",
"repo": {
"allow_merge_commit": true,
"allow_rebase_merge": true,
"allow_squash_merge": true,
"archive_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/assignees{/user}",
"blobs_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/branches{/branch}",
"clone_url": "https://github.com/GuillaumeFalourd/poc-github-actions.git",
"collaborators_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/comments{/number}",
"commits_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/commits{/sha}",
"compare_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/contents/{+path}",
"contributors_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/contributors",
"created_at": "2021-03-26T18:31:28Z",
"default_branch": "main",
"delete_branch_on_merge": true,
"deployments_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/deployments",
"description": "POC with Github Actions examples 🤖",
"disabled": false,
"downloads_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/downloads",
"events_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/forks",
"full_name": "GuillaumeFalourd/poc-github-actions",
"git_commits_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/tags{/sha}",
"git_url": "git://github.com/GuillaumeFalourd/poc-github-actions.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/hooks",
"html_url": "https://github.com/GuillaumeFalourd/poc-github-actions",
"id": 351877820,
"issue_comment_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues/events{/number}",
"issues_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues{/number}",
"keys_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/keys{/key_id}",
"labels_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/labels{/name}",
"language": "Python",
"languages_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/languages",
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"node_id": "MDc6TGljZW5zZTI=",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0"
},
"merges_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/merges",
"milestones_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/milestones{/number}",
"mirror_url": null,
"name": "poc-github-actions",
"node_id": "MDEwOlJlcG9zaXRvcnkzNTE4Nzc4MjA=",
"notifications_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/notifications{?since,all,participating}",
"open_issues": 3,
"open_issues_count": 3,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/22433243?v=4",
"events_url": "https://api.github.com/users/GuillaumeFalourd/events{/privacy}",
"followers_url": "https://api.github.com/users/GuillaumeFalourd/followers",
"following_url": "https://api.github.com/users/GuillaumeFalourd/following{/other_user}",
"gists_url": "https://api.github.com/users/GuillaumeFalourd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/GuillaumeFalourd",
"id": 22433243,
"login": "GuillaumeFalourd",
"node_id": "MDQ6VXNlcjIyNDMzMjQz",
"organizations_url": "https://api.github.com/users/GuillaumeFalourd/orgs",
"received_events_url": "https://api.github.com/users/GuillaumeFalourd/received_events",
"repos_url": "https://api.github.com/users/GuillaumeFalourd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/GuillaumeFalourd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/GuillaumeFalourd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/GuillaumeFalourd"
},
"private": false,
"pulls_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/pulls{/number}",
"pushed_at": "2021-06-26T17:13:37Z",
"releases_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/releases{/id}",
"size": 230,
"ssh_url": "git@github.com:GuillaumeFalourd/poc-github-actions.git",
"stargazers_count": 2,
"stargazers_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/stargazers",
"statuses_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/subscribers",
"subscription_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/subscription",
"svn_url": "https://github.com/GuillaumeFalourd/poc-github-actions",
"tags_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/tags",
"teams_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/teams",
"trees_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/trees{/sha}",
"updated_at": "2021-06-26T17:07:26Z",
"url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions",
"watchers": 2,
"watchers_count": 2
},
"sha": "1494992943d544388dc802f6e5086b8b07a6e33a",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/22433243?v=4",
"events_url": "https://api.github.com/users/GuillaumeFalourd/events{/privacy}",
"followers_url": "https://api.github.com/users/GuillaumeFalourd/followers",
"following_url": "https://api.github.com/users/GuillaumeFalourd/following{/other_user}",
"gists_url": "https://api.github.com/users/GuillaumeFalourd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/GuillaumeFalourd",
"id": 22433243,
"login": "GuillaumeFalourd",
"node_id": "MDQ6VXNlcjIyNDMzMjQz",
"organizations_url": "https://api.github.com/users/GuillaumeFalourd/orgs",
"received_events_url": "https://api.github.com/users/GuillaumeFalourd/received_events",
"repos_url": "https://api.github.com/users/GuillaumeFalourd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/GuillaumeFalourd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/GuillaumeFalourd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/GuillaumeFalourd"
}
},
"html_url": "https://github.com/GuillaumeFalourd/poc-github-actions/pull/16",
"id": 678373415,
"issue_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues/16",
"labels": [],
"locked": false,
"maintainer_can_modify": false,
"merge_commit_sha": null,
"mergeable": null,
"mergeable_state": "unknown",
"merged": false,
"merged_at": null,
"merged_by": null,
"milestone": null,
"node_id": "MDExOlB1bGxSZXF1ZXN0Njc4MzczNDE1",
"number": 16,
"patch_url": "https://github.com/GuillaumeFalourd/poc-github-actions/pull/16.patch",
"rebaseable": null,
"requested_reviewers": [],
"requested_teams": [],
"review_comment_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/pulls/comments{/number}",
"review_comments": 0,
"review_comments_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/pulls/16/comments",
"state": "open",
"statuses_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/statuses/1494992943d544388dc802f6e5086b8b07a6e33a",
"title": "Update context workflow and README file",
"updated_at": "2021-06-26T17:13:55Z",
"url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/pulls/16",
"user": {
"avatar_url": "https://avatars.githubusercontent.com/u/22433243?v=4",
"events_url": "https://api.github.com/users/GuillaumeFalourd/events{/privacy}",
"followers_url": "https://api.github.com/users/GuillaumeFalourd/followers",
"following_url": "https://api.github.com/users/GuillaumeFalourd/following{/other_user}",
"gists_url": "https://api.github.com/users/GuillaumeFalourd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/GuillaumeFalourd",
"id": 22433243,
"login": "GuillaumeFalourd",
"node_id": "MDQ6VXNlcjIyNDMzMjQz",
"organizations_url": "https://api.github.com/users/GuillaumeFalourd/orgs",
"received_events_url": "https://api.github.com/users/GuillaumeFalourd/received_events",
"repos_url": "https://api.github.com/users/GuillaumeFalourd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/GuillaumeFalourd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/GuillaumeFalourd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/GuillaumeFalourd"
}
},
"repository": {
"archive_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/{archive_format}{/ref}",
"archived": false,
"assignees_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/assignees{/user}",
"blobs_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/blobs{/sha}",
"branches_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/branches{/branch}",
"clone_url": "https://github.com/GuillaumeFalourd/poc-github-actions.git",
"collaborators_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/collaborators{/collaborator}",
"comments_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/comments{/number}",
"commits_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/commits{/sha}",
"compare_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/compare/{base}...{head}",
"contents_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/contents/{+path}",
"contributors_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/contributors",
"created_at": "2021-03-26T18:31:28Z",
"default_branch": "main",
"deployments_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/deployments",
"description": "POC with Github Actions examples 🤖",
"disabled": false,
"downloads_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/downloads",
"events_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/events",
"fork": false,
"forks": 0,
"forks_count": 0,
"forks_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/forks",
"full_name": "GuillaumeFalourd/poc-github-actions",
"git_commits_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/commits{/sha}",
"git_refs_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/refs{/sha}",
"git_tags_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/tags{/sha}",
"git_url": "git://github.com/GuillaumeFalourd/poc-github-actions.git",
"has_downloads": true,
"has_issues": true,
"has_pages": false,
"has_projects": true,
"has_wiki": true,
"homepage": "",
"hooks_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/hooks",
"html_url": "https://github.com/GuillaumeFalourd/poc-github-actions",
"id": 351877820,
"issue_comment_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues/comments{/number}",
"issue_events_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues/events{/number}",
"issues_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/issues{/number}",
"keys_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/keys{/key_id}",
"labels_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/labels{/name}",
"language": "Python",
"languages_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/languages",
"license": {
"key": "apache-2.0",
"name": "Apache License 2.0",
"node_id": "MDc6TGljZW5zZTI=",
"spdx_id": "Apache-2.0",
"url": "https://api.github.com/licenses/apache-2.0"
},
"merges_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/merges",
"milestones_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/milestones{/number}",
"mirror_url": null,
"name": "poc-github-actions",
"node_id": "MDEwOlJlcG9zaXRvcnkzNTE4Nzc4MjA=",
"notifications_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/notifications{?since,all,participating}",
"open_issues": 3,
"open_issues_count": 3,
"owner": {
"avatar_url": "https://avatars.githubusercontent.com/u/22433243?v=4",
"events_url": "https://api.github.com/users/GuillaumeFalourd/events{/privacy}",
"followers_url": "https://api.github.com/users/GuillaumeFalourd/followers",
"following_url": "https://api.github.com/users/GuillaumeFalourd/following{/other_user}",
"gists_url": "https://api.github.com/users/GuillaumeFalourd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/GuillaumeFalourd",
"id": 22433243,
"login": "GuillaumeFalourd",
"node_id": "MDQ6VXNlcjIyNDMzMjQz",
"organizations_url": "https://api.github.com/users/GuillaumeFalourd/orgs",
"received_events_url": "https://api.github.com/users/GuillaumeFalourd/received_events",
"repos_url": "https://api.github.com/users/GuillaumeFalourd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/GuillaumeFalourd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/GuillaumeFalourd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/GuillaumeFalourd"
},
"private": false,
"pulls_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/pulls{/number}",
"pushed_at": "2021-06-26T17:13:37Z",
"releases_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/releases{/id}",
"size": 230,
"ssh_url": "git@github.com:GuillaumeFalourd/poc-github-actions.git",
"stargazers_count": 2,
"stargazers_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/stargazers",
"statuses_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/statuses/{sha}",
"subscribers_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/subscribers",
"subscription_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/subscription",
"svn_url": "https://github.com/GuillaumeFalourd/poc-github-actions",
"tags_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/tags",
"teams_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/teams",
"trees_url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions/git/trees{/sha}",
"updated_at": "2021-06-26T17:07:26Z",
"url": "https://api.github.com/repos/GuillaumeFalourd/poc-github-actions",
"watchers": 2,
"watchers_count": 2
},
"sender": {
"avatar_url": "https://avatars.githubusercontent.com/u/22433243?v=4",
"events_url": "https://api.github.com/users/GuillaumeFalourd/events{/privacy}",
"followers_url": "https://api.github.com/users/GuillaumeFalourd/followers",
"following_url": "https://api.github.com/users/GuillaumeFalourd/following{/other_user}",
"gists_url": "https://api.github.com/users/GuillaumeFalourd/gists{/gist_id}",
"gravatar_id": "",
"html_url": "https://github.com/GuillaumeFalourd",
"id": 22433243,
"login": "GuillaumeFalourd",
"node_id": "MDQ6VXNlcjIyNDMzMjQz",
"organizations_url": "https://api.github.com/users/GuillaumeFalourd/orgs",
"received_events_url": "https://api.github.com/users/GuillaumeFalourd/received_events",
"repos_url": "https://api.github.com/users/GuillaumeFalourd/repos",
"site_admin": false,
"starred_url": "https://api.github.com/users/GuillaumeFalourd/starred{/owner}{/repo}",
"subscriptions_url": "https://api.github.com/users/GuillaumeFalourd/subscriptions",
"type": "User",
"url": "https://api.github.com/users/GuillaumeFalourd"
}
},
"server_url": "https://github.com",
"api_url": "https://api.github.com",
"graphql_url": "https://api.github.com/graphql",
"workspace": "/home/runner/work/poc-github-actions/poc-github-actions",
"action": "run1"
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment