Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

GitHub Actions to publish AUR package

License

NotificationsYou must be signed in to change notification settings

KSXGitHub/github-actions-deploy-aur

Use this GitHub action with your project
Add this Action to an existing workflow or create a new one
View on Marketplace
 
 

Repository files navigation

This action can publish an AUR package.

Requirements

This action only modifies existing AUR package and publish it. Make sure targeted package exists first.

Inputs

pkgname

Required The AUR package name you want to update.

pkgver

Required The AUR package version you want to update.

commit_username

Required The username to use when creating the new commit.

commit_email

Required The email to use when creating the new commit.

ssh_private_key

Required Your private key with access to AUR package.

Example usage

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 }}

Thanks

This repository is a fork ofhttps://github.com/guumaster/aur-publish-docker-action.git


[8]ページ先頭

©2009-2025 Movatter.jp