{"id":16426803,"url":"https://github.com/wasabeef/import-asdf-tool-versions-action","last_synced_at":"2025-03-21T04:30:45.844Z","repository":{"id":65982333,"uuid":"593165913","full_name":"wasabeef/import-asdf-tool-versions-action","owner":"wasabeef","description":"⚒️ Import .tool-versions of asdf to GitHub Actions workflows.","archived":false,"fork":false,"pushed_at":"2025-03-12T10:59:59.000Z","size":6710,"stargazers_count":17,"open_issues_count":5,"forks_count":1,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-03-17T20:43:46.751Z","etag":null,"topics":["asdf","flutter","github-actions"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","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/wasabeef.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":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2023-01-25T11:51:06.000Z","updated_at":"2025-02-05T10:13:18.000Z","dependencies_parsed_at":"2023-02-19T19:45:27.599Z","dependency_job_id":"4fd465a3-547d-48df-9140-4d4a07637052","html_url":"https://github.com/wasabeef/import-asdf-tool-versions-action","commit_stats":{"total_commits":11,"total_committers":2,"mean_commits":5.5,"dds":0.09090909090909094,"last_synced_commit":"5f4f9c4e21a2b08bb78210ebfd03965b0694bb8f"},"previous_names":[],"tags_count":4,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabeef%2Fimport-asdf-tool-versions-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabeef%2Fimport-asdf-tool-versions-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabeef%2Fimport-asdf-tool-versions-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wasabeef%2Fimport-asdf-tool-versions-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wasabeef","download_url":"https://codeload.github.com/wasabeef/import-asdf-tool-versions-action/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":244738189,"owners_count":20501792,"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":["asdf","flutter","github-actions"],"created_at":"2024-10-11T08:10:26.746Z","updated_at":"2025-03-21T04:30:44.745Z","avatar_url":"https://github.com/wasabeef.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# ⚒️ Import .tool-versions of asdf to GitHub Actions\n\n\nImport `.tool-versions` of [asdf](https://asdf-vm.com/) to GitHub Actions workflows.\n\n\n## Usage\n```yaml\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v4\n      - uses: wasabeef/import-asdf-tool-versions-action@v1\n        id: asdf\n        # with:\n        #   path: .tool-versions # Default\n      - name: Echo asdf\n        run: |\n          echo \"${{ steps.asdf.outputs.flutter }}\"\n          echo \"${{ steps.asdf.outputs.dart }}\"\n          echo \"${{ steps.asdf.outputs.nodejs }}\"\n          echo \"${{ steps.asdf.outputs.gradle }}\"\n          echo \"${{ steps.asdf.outputs.java }}\"\n          echo \"${{ steps.asdf.outputs.kotlin }}\"\n```\n\n### Samples\nUse with `subosito/flutter-action`\n```yaml\n- uses: wasabeef/import-asdf-tool-versions-action@v1\n  id: asdf\n- uses: subosito/flutter-action@v2\n  with:\n    channel: stable\n    flutter-version: ${{ steps.asdf.outputs.flutter }}\n    cache: true\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasabeef%2Fimport-asdf-tool-versions-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwasabeef%2Fimport-asdf-tool-versions-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwasabeef%2Fimport-asdf-tool-versions-action/lists"}