{"id":15089114,"url":"https://github.com/yaml/yamlscript-workflow-action","last_synced_at":"2026-03-11T01:31:44.934Z","repository":{"id":239790860,"uuid":"800575510","full_name":"yaml/yamlscript-workflow-action","owner":"yaml","description":null,"archived":false,"fork":false,"pushed_at":"2024-05-14T20:18:51.000Z","size":1,"stargazers_count":4,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-10-30T00:40:16.409Z","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":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/yaml.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":"2024-05-14T15:40:38.000Z","updated_at":"2025-02-12T03:03:09.000Z","dependencies_parsed_at":null,"dependency_job_id":"d9b9f62f-a836-456b-8194-b843c5d26901","html_url":"https://github.com/yaml/yamlscript-workflow-action","commit_stats":null,"previous_names":["yaml/yamlscript-workflow-action"],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/yaml/yamlscript-workflow-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaml%2Fyamlscript-workflow-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaml%2Fyamlscript-workflow-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaml%2Fyamlscript-workflow-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaml%2Fyamlscript-workflow-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/yaml","download_url":"https://codeload.github.com/yaml/yamlscript-workflow-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/yaml%2Fyamlscript-workflow-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30366051,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-10T21:41:54.280Z","status":"ssl_error","status_checked_at":"2026-03-10T21:40:59.357Z","response_time":106,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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-09-25T08:40:35.679Z","updated_at":"2026-03-11T01:31:44.913Z","avatar_url":"https://github.com/yaml.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"yaml/yamlscript-workflow-action\n===============================\n\nGitHub Action to enable writing workflows in YAMLScript\n\n\n## Usage\n\nCreate a workflow shim file called `.github/workflows/\u003cname\u003e.yaml`\nthat looks like this:\n\n```yaml\non: push\njobs:\n  workflow:\n    runs-on: ubuntu-latest\n    steps:\n    - uses: yaml/yamlscript-workflow-action@main\n#     with: {ys-file: .github/workflows/\u003cother-name\u003e.ys}\n```\n\nThen create a YAMLScript file called using the same file path, except\nchange the `.yaml` extension to `.ys`.\n\n```yaml\n--- !yamlscript/v0\n\ngh =: slurp('/github.json').json/load()\n\nsay: \"Hello $(ENV.USER)!\"\nsay: \"Workflow file: '$(gh.workflow)'\"\n\nshell::\n  make test\n```\n\n\n## Overview\n\nUsing this workflow does the following things before running your\nintended YAMLScript workflow file:\n\n* Checks out your target repo (with actions/checkout@v4)\n* Installs the `ys` YAMLScript CLI interpreter\n* Writes the big mapping of workflow related data to\n  `.github/github.json`\n  * You can load this file from YAMLScript to access any relevant data\n\n\n## See Also\n\nAn example repo using this action is\nhttps://github.com/ingydotnet/gha-yamlscript-workflow-example\n\n\n## Copyright and License\n\nCopyright 2024 by Ingy döt Net\n\nThis is free software, licensed under:\n\nThe MIT (X11) License\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaml%2Fyamlscript-workflow-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fyaml%2Fyamlscript-workflow-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fyaml%2Fyamlscript-workflow-action/lists"}