Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork15
GitHub Actions to publish AUR package
License
KSXGitHub/github-actions-deploy-aur
Folders and files
| Name | Name | Last commit message | Last commit date | |
|---|---|---|---|---|
Repository files navigation
This action can publish an AUR package.
This action only modifies existing AUR package and publish it. Make sure targeted package exists first.
Required The AUR package name you want to update.
Required The AUR package version you want to update.
Required The username to use when creating the new commit.
Required The email to use when creating the new commit.
Required Your private key with access to AUR package.
name:aur-publishon:push:tags: -'*'jobs:aur-publish:runs-on:ubuntu-lateststeps: -name:Publish AUR packageuses:KSXGitHub/github-actions-deploy-aur@masterwith:pkgname:my-awesome-packagepkgver:1.2.3commit_username:'Github Action Bot'commit_email:github-action-bot@example.comssh_private_key:${{ secrets.AUR_SSH_PRIVATE_KEY }}
This repository is a fork ofhttps://github.com/guumaster/aur-publish-docker-action.git
About
GitHub Actions to publish AUR package
Topics
Resources
License
Uh oh!
There was an error while loading.Please reload this page.
Stars
Watchers
Forks
Sponsor this project
Uh oh!
There was an error while loading.Please reload this page.
Packages0
Uh oh!
There was an error while loading.Please reload this page.