{"id":28424319,"url":"https://github.com/wei18/local-composite-action","last_synced_at":"2026-02-24T08:33:04.719Z","repository":{"id":287434036,"uuid":"964578689","full_name":"wei18/local-composite-action","owner":"wei18","description":"A GitHub Action that resolves local composite action paths and automatically creates symlinks to reference them easily.","archived":false,"fork":false,"pushed_at":"2025-05-02T06:49:02.000Z","size":33,"stargazers_count":3,"open_issues_count":0,"forks_count":0,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-06-05T10:11:46.420Z","etag":null,"topics":["composite-action","github-action"],"latest_commit_sha":null,"homepage":"","language":null,"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/wei18.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,"zenodo":null}},"created_at":"2025-04-11T12:46:03.000Z","updated_at":"2025-05-11T23:03:45.000Z","dependencies_parsed_at":"2025-05-02T07:36:24.529Z","dependency_job_id":"21ef6fba-227b-47e8-9cd1-b466f5c8d73e","html_url":"https://github.com/wei18/local-composite-action","commit_stats":null,"previous_names":["wei18/local-composite-action"],"tags_count":5,"template":false,"template_full_name":null,"purl":"pkg:github/wei18/local-composite-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei18%2Flocal-composite-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei18%2Flocal-composite-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei18%2Flocal-composite-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei18%2Flocal-composite-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/wei18","download_url":"https://codeload.github.com/wei18/local-composite-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/wei18%2Flocal-composite-action/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":261972590,"owners_count":23238537,"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":["composite-action","github-action"],"created_at":"2025-06-05T10:11:46.713Z","updated_at":"2026-02-24T08:32:59.697Z","avatar_url":"https://github.com/wei18.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# 📦 local-composite-action\n\nA GitHub Action to conveniently reference local actions!\n\n## ✨ Features\n\n- ✅ Automatically resolves the local composite action path\n- ✅ Creates symlinks to use `./../org/repo/path/to/action` references\n- ✅ Compatible with default GitHub Actions behavior\n\n---\n\n## 🔧 Usage\n\n```yaml\nname: Your composite action\n\nruns:\n  using: 'composite'\n  steps:\n    - uses: wei18/local-composite-action@v1\n      with:\n        action_repository: ${{ github.action_repository }}\n    \n    - name: Run local your composite action\n      uses: ./../org/repo/.github/composite-actions/example/just-composite-action\n\n    - name: Run local your second composite action\n      uses: ./../org/repo/.github/composite-actions/example/another-composite-action\n```\n\n\u003e [!IMPORTANT] \n\u003e Adjust the relative path based on the symlink location (typically one level above `$GITHUB_WORKSPACE`).\n\u003e\n\u003e This version emphasizes that `./../` is required and clarifies why it needs to be used.\n\n---\n\n## 📥 Inputs\n\n| Name                | Description                                   | Required | Default                   |\n|---------------------|-----------------------------------------------|----------|---------------------------|\n| `action_path`       | The actual path to the composite action       |          | ${{ github.action_path }} |\n| `action_repository` | The repository name in the form of `org/repo` | ✅       |                           |\n\n---\n\n## 💡 Why this?\n\nIn GitHub Actions, the `composite` action supports `uses: ./local-path`, but when dealing with monorepos or complex path references, symlinks may not exist, causing failures. This tool helps automatically create the required symlinks, making the references work seamlessly!\n\n---\n\n## 📄 License\n\nMIT © [wei18](https://github.com/wei18)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwei18%2Flocal-composite-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwei18%2Flocal-composite-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwei18%2Flocal-composite-action/lists"}