{"id":19952466,"url":"https://github.com/dosmike/spsauce-ghaction","last_synced_at":"2026-03-19T12:44:16.494Z","repository":{"id":65587092,"uuid":"491559301","full_name":"DosMike/SPSauce-GHAction","owner":"DosMike","description":"GitHub action simplifying running SPSacue build scripts in your workflow","archived":false,"fork":false,"pushed_at":"2023-02-14T22:07:50.000Z","size":414,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"master","last_synced_at":"2025-01-12T06:26:19.359Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"Dockerfile","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/DosMike.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":"2022-05-12T14:59:02.000Z","updated_at":"2023-01-30T18:13:41.000Z","dependencies_parsed_at":"2023-02-16T10:46:07.800Z","dependency_job_id":null,"html_url":"https://github.com/DosMike/SPSauce-GHAction","commit_stats":null,"previous_names":[],"tags_count":15,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FSPSauce-GHAction","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FSPSauce-GHAction/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FSPSauce-GHAction/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DosMike%2FSPSauce-GHAction/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DosMike","download_url":"https://codeload.github.com/DosMike/SPSauce-GHAction/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":241381646,"owners_count":19953751,"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-13T01:13:19.107Z","updated_at":"2026-03-06T01:03:30.813Z","avatar_url":"https://github.com/DosMike.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# SPSauce Build\nGitHub Action simplifying compiling and releasing [SourceMod](https://www.sourcemod.net/) plugins by running \n[SPSacue](https://github.com/DosMike/SPSauce/) build scripts in your workflow.\n\n## Usage\nAllows you to run a SPSauce build script. Set up to take the same arg string as the wrapper\ndescribed in the [SPSauce repo](https://github.com/DosMike/SPSauce). See this example:\n\n*.github\\workflows\\github-release-build.yml*\n```yml\nname: Plugin Release Archive\non:\n  release:\n    types: [published]\njobs:\n  pack-plugin:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v3\n      - name: SPSauce\n        uses: DosMike/SPSauce-GHAction@1.0\n        with:\n          script: '\u003cbuild file\u003e'\n          github-token: ${{ github.token }}\n          args: '\u003cadditional args to SPS\u003e'\n```\n\n*git.sauce*\n```spsauce\nsourcemod 1.11\n\nauth github ${GITHUB_TOKEN}\n\nspcomp -O2 myplugin.sp\n\nwith files\n myplugin.games.txt\n myplugin.smx\n:release github ${GITHUB_REPOSITORY} ${GITHUB_REF_NAME}\n```\n\n## Notes\n\n* You need the checkout step to get your repository into the action docker container.   \nYou could clone it by hand, but the actions is making it a lot easier.\n* The build script is optional and relative to your repo root. It will use `git.sauce` by default.\n* Just copy-paste the github-token line if you don't know what this does.\n* For additional arguments to SPS, please check the SPSauce repo. This argument is optional.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosmike%2Fspsauce-ghaction","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdosmike%2Fspsauce-ghaction","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdosmike%2Fspsauce-ghaction/lists"}