{"id":18399263,"url":"https://github.com/phantom9999/actions","last_synced_at":"2025-10-04T13:24:14.468Z","repository":{"id":98565551,"uuid":"263370732","full_name":"phantom9999/actions","owner":"phantom9999","description":null,"archived":false,"fork":false,"pushed_at":"2021-10-17T10:45:31.000Z","size":89047,"stargazers_count":0,"open_issues_count":0,"forks_count":0,"subscribers_count":1,"default_branch":"master","last_synced_at":"2024-03-14T19:17:55.822Z","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/phantom9999.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":"2020-05-12T15:06:41.000Z","updated_at":"2020-05-15T14:37:02.000Z","dependencies_parsed_at":"2023-03-09T16:15:18.692Z","dependency_job_id":null,"html_url":"https://github.com/phantom9999/actions","commit_stats":null,"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phantom9999%2Factions","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phantom9999%2Factions/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phantom9999%2Factions/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/phantom9999%2Factions/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/phantom9999","download_url":"https://codeload.github.com/phantom9999/actions/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248593359,"owners_count":21130310,"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-06T02:26:23.955Z","updated_at":"2025-10-04T13:24:09.436Z","avatar_url":"https://github.com/phantom9999.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# custom container build action\nrun build in custom container, such as fedora, centos, opensuse.\n\n\n## Inputs\n\n### `shell_main`\n\n**Required** the path of file to build the project. Default `main.sh`.\n\n## Example usage\n\n```\nname: build\n\non:\n  push:\n    branches: [ master ]\n  pull_request:\n    branches: [ master ]\n\njobs:\n  build:\n\n    runs-on: ubuntu-latest\n\n    steps:\n    - uses: actions/checkout@v2\n    - name: use docker build\n      uses: phantom9999/actions@v22\n      with:\n          shell_main: \"action.sh\"\n```\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphantom9999%2Factions","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fphantom9999%2Factions","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fphantom9999%2Factions/lists"}