{"id":16473658,"url":"https://github.com/guumaster/aur-publish-docker-action","last_synced_at":"2026-02-25T22:02:18.852Z","repository":{"id":41282370,"uuid":"250581022","full_name":"guumaster/aur-publish-docker-action","owner":"guumaster","description":"Github Action to publish an AUR package","archived":false,"fork":false,"pushed_at":"2021-07-13T12:41:11.000Z","size":17,"stargazers_count":15,"open_issues_count":2,"forks_count":8,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-03-17T20:15:39.368Z","etag":null,"topics":["aur-packages","github-actions"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/guumaster.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}},"created_at":"2020-03-27T16:09:39.000Z","updated_at":"2024-10-02T15:31:43.000Z","dependencies_parsed_at":"2023-01-11T17:22:05.180Z","dependency_job_id":null,"html_url":"https://github.com/guumaster/aur-publish-docker-action","commit_stats":{"total_commits":20,"total_committers":3,"mean_commits":6.666666666666667,"dds":"0.19999999999999996","last_synced_commit":"5515d470e30f8e61afa5af1c0578b4eadfffb87b"},"previous_names":[],"tags_count":1,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guumaster%2Faur-publish-docker-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guumaster%2Faur-publish-docker-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guumaster%2Faur-publish-docker-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guumaster%2Faur-publish-docker-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guumaster","download_url":"https://codeload.github.com/guumaster/aur-publish-docker-action/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":245097158,"owners_count":20560311,"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":["aur-packages","github-actions"],"created_at":"2024-10-11T12:27:47.186Z","updated_at":"2026-02-25T22:02:18.768Z","avatar_url":"https://github.com/guumaster.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# AUR publish docker action\n\nThis action can publish an AUR package.\n\n\n## Requirements\n\nIt depends on an environment variable called `GITHUB_REF` to be present and it should also contain a semantic version\nin the format `v0.0.0` to work properly.\n\nThis tag should also comply with rules established to publish versions on AUR repository.\n\nYou should add to your secrets an SSH private key that match your key uploaded to your AUR account,\nso this action can commit and push to it.\n\n\n## Inputs\n\n### `package_name`\n**Required** The AUR package name you want to update.\n\n### `commit_username`\n**Required** The username to use when creating the new commit.\n\n### `commit_email`\n**Required** The email to use when creating the new commit.\n\n### `ssh_private_key`\n**Required** Your private key with access to AUR package.\n\n\n## Example usage\n```\nname: aur-publish\n\non:\n  push:\n    tags:\n      - '*'\n\njobs:\n  aur-publish:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Publish AUR package\n        uses: guumaster/aur-publish-docker-action@v1\n        with:\n          package_name: my-awesome-package\n          commit_username: 'Github Action Bot'\n          commit_email: github-action-bot@example.com\n          ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguumaster%2Faur-publish-docker-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguumaster%2Faur-publish-docker-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguumaster%2Faur-publish-docker-action/lists"}