{"id":18584326,"url":"https://github.com/brob/action-add-activity","last_synced_at":"2025-06-20T09:08:00.867Z","repository":{"id":140975932,"uuid":"460148694","full_name":"brob/action-add-activity","owner":"brob","description":null,"archived":false,"fork":false,"pushed_at":"2023-12-15T02:47:12.000Z","size":992,"stargazers_count":0,"open_issues_count":1,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-05-16T05:37:16.854Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/brob.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2022-02-16T19:28:40.000Z","updated_at":"2022-02-16T19:38:05.000Z","dependencies_parsed_at":"2023-12-15T03:40:59.595Z","dependency_job_id":"c52408bc-6420-4621-90b1-c447a903e167","html_url":"https://github.com/brob/action-add-activity","commit_stats":null,"previous_names":[],"tags_count":17,"template":false,"template_full_name":null,"purl":"pkg:github/brob/action-add-activity","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brob%2Faction-add-activity","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brob%2Faction-add-activity/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brob%2Faction-add-activity/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brob%2Faction-add-activity/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/brob","download_url":"https://codeload.github.com/brob/action-add-activity/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/brob%2Faction-add-activity/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260915900,"owners_count":23082040,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-11-07T00:27:07.269Z","updated_at":"2025-06-20T09:07:55.851Z","avatar_url":"https://github.com/brob.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Add Orbit Activity Action\n\nAn action that creates an Orbit activity from a series of Workflow inputs. Perfect for creating on-the-fly integrations using Actions (specifically in the GitHub ecosystem).\n\n\n## Inputs\n| input property | description | \n| --------------|-------------|\n| workspace | the workspace id | \n| api_key | your orbit API key (make it a secret |\n| activity_type | Type of activity to add | \n| username | Username of user to add activity to |\n| title | Title of activity |\n| description | Description of activity  |\n| occurred_at | Date and time of activity |\n\n\n## Example workflow\n\n```javascript \nname: addDiscussions\n\n# Controls when the workflow will run\non:\n  discussion:\n    types: [created]\n\njobs:\n  send:\n    # The type of runner that the job will run on\n    runs-on: ubuntu-latest\n\n    # Steps represent a sequence of tasks that will be execute as part of the job\n    steps:\n    - name: Send Activity\n        id: sending\n        uses: brob/action-add-activity@v1.5.11\n        with:\n          workspace: ${{ secrets.ORBIT_WORKSPACE }}\n          api_key: ${{ secrets.ORBIT_KEY }}\n          username: ${{ github.event.discussion.user.login }}\n          activity_type: 'discussion:created'\n          title: 'Discussion created'\n          occured_at: ${{ github.event.discussion.created_at }}\n          description: |\n            # ${{github.event.discussion.title }} \n            ${{ github.event.discussion.body }}\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrob%2Faction-add-activity","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fbrob%2Faction-add-activity","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fbrob%2Faction-add-activity/lists"}