Skip to content

Commit 328e47f

Browse files
committed
Fix README.md example
1 parent 9fb0a6a commit 328e47f

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

README.md

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,8 @@ jobs:
4242
- name: Publish AUR package
4343
uses: KSXGitHub/github-actions-deploy-aur@master
4444
with:
45-
package_name: my-awesome-package
45+
pkgname: my-awesome-package
46+
pkgver: 1.2.3
4647
commit_username: 'Github Action Bot'
4748
commit_email: [email protected]
4849
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}

0 commit comments

Comments
 (0)