{"id":18525678,"url":"https://github.com/a-know/actions-autify-light","last_synced_at":"2025-04-09T12:31:22.736Z","repository":{"id":54275799,"uuid":"342742211","full_name":"a-know/actions-autify-light","owner":"a-know","description":"Simple GitHub Actions for Autify","archived":false,"fork":false,"pushed_at":"2021-02-27T14:00:36.000Z","size":12,"stargazers_count":11,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-04-02T04:49:53.369Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Shell","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/a-know.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":"CODEOWNERS","security":null,"support":null}},"created_at":"2021-02-27T01:20:04.000Z","updated_at":"2021-12-21T09:49:25.000Z","dependencies_parsed_at":"2022-08-13T10:40:51.074Z","dependency_job_id":null,"html_url":"https://github.com/a-know/actions-autify-light","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":"actions/container-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-know%2Factions-autify-light","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-know%2Factions-autify-light/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-know%2Factions-autify-light/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/a-know%2Factions-autify-light/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/a-know","download_url":"https://codeload.github.com/a-know/actions-autify-light/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248040269,"owners_count":21037838,"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-06T17:46:41.684Z","updated_at":"2025-04-09T12:31:17.727Z","avatar_url":"https://github.com/a-know.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# actions-autify-light\nSimple GitHub Actions for Autify (https://autify.com/)\n\n## What do this action\nThis action does the following:\n\n- Kick Autify test-plan specified by ID.\n- Wait for execution result.\n- Returns an exit code depending on the result.\n\n\n## Inputs and Outputs this action needs\n### Inputs\n- `project_id`\n    - Your Autify project ID.\n    - For example, the project_id for the following URL is `1`.\n        - `https://app.autify.com/projects/1/results`\n- `testplan_id`\n    - Your Autify testplan ID.\n    - In order to request executing the test plan `https://app.autify.com/projects/1/test_plans/3` , the testplan ID is `3` .\n\n### Outputs\nnone.\n\n## Environment variables this action needs\n- `AUTIFY_PERSONAL_TOKEN`\n    - Your Autify personal access token. To generate or manage tokens, please visit [your account page](https://app.autify.com/settings).\n\n## Other secrets this action needs\nnone.\n\n## How to use (Example Usage)\n\n```yml\n- name: Run Autify TestPlan\n  uses: a-know/actions-autify-light@main\n  with:\n    project_id: ${{ secrets.AUTIFY_PROJECT_ID }}\n    testplan_id: ${{ secrets.AUTIFY_TESTPLAN_ID }}\n  env:\n    AUTIFY_PERSONAL_TOKEN: ${{ secrets.AUTIFY_PERSONAL_TOKEN }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-know%2Factions-autify-light","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fa-know%2Factions-autify-light","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fa-know%2Factions-autify-light/lists"}