{"id":18537627,"url":"https://github.com/actionsflow/actionsflow-trigger-example_for_js","last_synced_at":"2025-07-15T10:04:45.190Z","repository":{"id":57094464,"uuid":"299753000","full_name":"actionsflow/actionsflow-trigger-example_for_js","owner":"actionsflow","description":"Actonsflow trigger example for js","archived":false,"fork":false,"pushed_at":"2020-11-10T05:20:18.000Z","size":219,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-06-23T17:49:55.393Z","etag":null,"topics":["actionsflow"],"latest_commit_sha":null,"homepage":"","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/actionsflow.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}},"created_at":"2020-09-29T22:34:30.000Z","updated_at":"2020-11-10T05:20:20.000Z","dependencies_parsed_at":"2022-08-22T23:10:07.894Z","dependency_job_id":null,"html_url":"https://github.com/actionsflow/actionsflow-trigger-example_for_js","commit_stats":null,"previous_names":[],"tags_count":0,"template":true,"template_full_name":null,"purl":"pkg:github/actionsflow/actionsflow-trigger-example_for_js","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionsflow%2Factionsflow-trigger-example_for_js","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionsflow%2Factionsflow-trigger-example_for_js/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionsflow%2Factionsflow-trigger-example_for_js/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionsflow%2Factionsflow-trigger-example_for_js/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/actionsflow","download_url":"https://codeload.github.com/actionsflow/actionsflow-trigger-example_for_js/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/actionsflow%2Factionsflow-trigger-example_for_js/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":265427088,"owners_count":23763221,"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":["actionsflow"],"created_at":"2024-11-06T19:39:22.100Z","updated_at":"2025-07-15T10:04:45.145Z","avatar_url":"https://github.com/actionsflow.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# `@actionsflow/trigger-example_for_js`\n\nThis is an [Actionsflow](https://github.com/actionsflow/actionsflow) example trigger.\n\n## Install\n\n```bash\nnpm i @actionsflow/trigger-example_for_js\n```\n\n## Usage\n\n```yaml\non:\n  example_for_js:\n    param1: value1\n```\n\n## Options\n\n- `param1`, optional, describe your param\n\n\u003e You can use [General Config for Actionsflow Trigger](https://actionsflow.github.io/docs/workflow/#ontriggerconfig) for more customization.\n\n## Outputs\n\nThis trigger's outputs will be the following object.\n\nAn outputs example:\n\n```json\n{\n  \"id\": \"uniqueId\",\n  \"title\": \"hello world title\"\n}\n```\n\nYou can use the outputs like this:\n\n```yaml\non:\n  example_for_js:\n    param1: value1\njobs:\n  print:\n    name: Print\n    runs-on: ubuntu-latest\n    steps:\n      - name: Print Outputs\n        env:\n          title: ${{ on.example_for_js.outputs.title }}\n          id: ${{ on.example_for_js.outputs.id }}\n        run: |\n          echo \"title: $title\"\n          echo \"id: $id\"\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionsflow%2Factionsflow-trigger-example_for_js","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Factionsflow%2Factionsflow-trigger-example_for_js","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Factionsflow%2Factionsflow-trigger-example_for_js/lists"}