Skip to content

Commit

Permalink
fix aur workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
Gustavo Marin committed Mar 27, 2020
1 parent eaf7362 commit 19d9204
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/aur.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,9 +9,9 @@ jobs:
aur-publish:
steps:
- name: Publish AUR package
uses: guumaster/aur-publish-docker-action@master
with:
package_name: hostctl
commit_username: guumaster
commit_email: ${{ secrets.AUR_PUBLISH_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
uses: guumaster/aur-publish-docker-action@master
with:
package_name: hostctl
commit_username: guumaster
commit_email: ${{ secrets.AUR_PUBLISH_EMAIL }}
ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}

0 comments on commit 19d9204

Please sign in to comment.