{"id":16582955,"url":"https://github.com/heyhusen/push-aur-action","last_synced_at":"2026-04-10T12:05:18.469Z","repository":{"id":40425095,"uuid":"368915028","full_name":"heyhusen/push-aur-action","owner":"heyhusen","description":"GitHub Action to push changes to AUR","archived":false,"fork":false,"pushed_at":"2023-01-31T10:06:02.000Z","size":55,"stargazers_count":2,"open_issues_count":1,"forks_count":0,"subscribers_count":1,"default_branch":"main","last_synced_at":"2026-03-28T10:55:59.821Z","etag":null,"topics":["archlinux","aur","git","github-actions"],"latest_commit_sha":null,"homepage":"","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/heyhusen.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":".github/CODEOWNERS","security":null,"support":null}},"created_at":"2021-05-19T15:23:55.000Z","updated_at":"2025-12-10T17:09:44.000Z","dependencies_parsed_at":"2023-02-16T18:01:48.266Z","dependency_job_id":null,"html_url":"https://github.com/heyhusen/push-aur-action","commit_stats":{"total_commits":38,"total_committers":3,"mean_commits":"12.666666666666666","dds":0.2894736842105263,"last_synced_commit":"60edd1ed5afcaea13c2dbf52c36d514380f4d05c"},"previous_names":["heyhusen/push-aur-action","hapakaien/push-aur-action"],"tags_count":5,"template":false,"template_full_name":"actions/container-action","purl":"pkg:github/heyhusen/push-aur-action","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyhusen%2Fpush-aur-action","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyhusen%2Fpush-aur-action/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyhusen%2Fpush-aur-action/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyhusen%2Fpush-aur-action/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/heyhusen","download_url":"https://codeload.github.com/heyhusen/push-aur-action/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/heyhusen%2Fpush-aur-action/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31641493,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-10T07:40:12.752Z","status":"ssl_error","status_checked_at":"2026-04-10T07:40:11.664Z","response_time":98,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":["archlinux","aur","git","github-actions"],"created_at":"2024-10-11T22:34:36.751Z","updated_at":"2026-04-10T12:05:18.438Z","avatar_url":"https://github.com/heyhusen.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Push changes to AUR action\n\n[![GitHub Workflow Status](https://img.shields.io/github/workflow/status/datakrama/push-aur-action/CI?label=CI\u0026style=flat-square)](https://github.com/datakrama/push-aur-action/actions) [![GitHub release (latest SemVer)](https://img.shields.io/github/v/release/datakrama/push-aur-action?style=flat-square)](https://github.com/datakrama/push-aur-action/releases) [![GitHub](https://img.shields.io/github/license/datakrama/push-aur-action?style=flat-square)](LICENSE)\n\nThis action allows pushing changes made by git to [AUR](https://aur.archlinux.org/). Yup, just that.\n\nIf you need make changes to your AUR package (and test it), you can use [archlinux-package-action](https://github.com/datakrama/archlinux-package-action).\n\nThis action is very inspired by [KSXGitHub/github-actions-deploy-aur](https://github.com/KSXGitHub/github-actions-deploy-aur).\n\n\u003e Put your private SSH key to internet is not recommended. When using this, you are fully responsible for the actions you take and all the possibilities that will occur.\n\n## Usage\n### Requirement\n- Use [actions/checkout](https://github.com/actions/checkout) in previous step. This is important, unless you want your [$GITHUB_WORKSPACE](https://docs.github.com/en/actions/reference/environment-variables#default-environment-variables) folder to be empty.\n### Customizing\nFollowing inputs can be used as `step.with` keys.\n\n| Name                  | Type      | Default                       | Required  | Description                           |\n|-----------------------|-----------|-------------------------------|-----------|---------------------------------------|\n| `path`                | String    |                               | `false`   | Location for this action to run. This path always located under $GITHUB_WORKSPACE |\n| `pkgname`             | String    |                               | `true`    | AUR package / repository name         |\n| `git_username`        | String    |                               | `true`    | The user name for git config          |\n| `git_email`           | String    |                               | `true`    | The user email for git config         |\n| `private_ssh_key`     | String    |                               | `true`    | Your private ssh key with access to AUR repository |\n| `ssh_keyscan_types`   | String    | rsa,dsa,ecdsa,ed25519         | `false`   | Comma-separated list of keyscan types to use when adding aur.archlinux.org to known hosts|\n| `push`                | Boolean   | `true`                        | `false`   | Leave this `false` will disable push command, useful if you only want to test the SSH connection. |\n| `force`               | Boolean   | `true`                        | `false`   | Use `--force` flag when push to AUR.  |   \n\n### Examples\n\n```yaml\nname: CI\n\non:\n  push:\n    branches: main\n\njobs:\n  build:\n    runs-on: ubuntu-latest\n    steps:\n      - name: Checkout\n        uses: actions/checkout@v2\n\n      - name: Push changes to AUR\n        uses: datakrama/push-aur-action@v1\n        with:\n          pkgname: 'nonicons-font'\n          git_username: ${{ secrets.GIT_USERNAME }}\n          git_email: ${{ secrets.GIT_EMAIL }}\n          private_ssh_key: ${{ secrets.AUR_PRIVATE_SSH_KEY }}\n```\n\n## License\nThe scripts and documentation in this project are released under the [MIT License](LICENSE)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyhusen%2Fpush-aur-action","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fheyhusen%2Fpush-aur-action","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fheyhusen%2Fpush-aur-action/lists"}