{"id":23066863,"url":"https://github.com/dvsa/cvs-github-actions","last_synced_at":"2025-04-03T09:13:41.998Z","repository":{"id":190202211,"uuid":"682137241","full_name":"dvsa/cvs-github-actions","owner":"dvsa","description":"The repository that will hold the reusable workflows and actions to be used by the cvs project","archived":false,"fork":false,"pushed_at":"2025-04-01T14:18:12.000Z","size":2715,"stargazers_count":1,"open_issues_count":1,"forks_count":0,"subscribers_count":5,"default_branch":"develop","last_synced_at":"2025-04-01T14:27:06.805Z","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/dvsa.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":".github/CODEOWNERS","security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-08-23T14:17:45.000Z","updated_at":"2025-03-21T13:55:27.000Z","dependencies_parsed_at":"2023-08-23T16:48:27.048Z","dependency_job_id":"94c9ebde-d515-4485-afd6-3c0a583ddc5d","html_url":"https://github.com/dvsa/cvs-github-actions","commit_stats":null,"previous_names":["dvsa/cvs-github-actions"],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fcvs-github-actions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fcvs-github-actions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fcvs-github-actions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/dvsa%2Fcvs-github-actions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/dvsa","download_url":"https://codeload.github.com/dvsa/cvs-github-actions/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":246970323,"owners_count":20862509,"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-12-16T05:15:14.592Z","updated_at":"2025-04-03T09:13:41.979Z","avatar_url":"https://github.com/dvsa.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# cvs-github-actions\nThe repository that will hold the reusable workflows and actions to be used by the cvs project\n\n## .github/workflows\n- node-ci.yaml\n  - For node backend repositories\n- build-mobile.yaml\n  - For building vta application files\n- test-mobile.yaml\n  - For running the automation suite for vta\n\n## DVSA GitHub Actions\nActions for use by other workflows are stored in their own folder within the root of the repository.\n\n### Usage Examples\n\n**Calculate Environment Values for a given Environment/Branch Name**\n```\njobs:\n...\n  steps:\n    - name: ↕️ Get Environment Details\n      id: environment\n      uses: dvsa/cvs-github-actions/environment@develop\n      with:\n        environment: ${{ inputs.environment || github.ref_name }}\n```\n\n**Seed A Table**\n```\njobs:\n...\n  steps:\n  - name: 🌱 Re-Seed Table\n    uses: dvsa/cvs-github-actions/table-seed@develop\n    with:\n      table: [Full table name]\n      seed-file: [Location of Seed File]\n```","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvsa%2Fcvs-github-actions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdvsa%2Fcvs-github-actions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdvsa%2Fcvs-github-actions/lists"}