Skip to content
Snippets Groups Projects
Commit 52009fb3 authored by Martin Larralde's avatar Martin Larralde
Browse files

Fix outdated key type in `package.yml` Actions workflow [ci skip]

parent b11557fa
No related branches found
No related tags found
No related merge requests found
......@@ -275,7 +275,7 @@ jobs:
# - name: Generate PKGBUILD
# run: sed -e "s/%pkgver/${{ env.PKGVER }}/g" -e "s/%sha256sum/${{ env.SHA256 }}/g" pkg/aur/PKGBUILD.in > pkg/aur/PKGBUILD
# - name: Update package
# uses: KSXGitHub/github-actions-deploy-aur@v2.2.5
# uses: KSXGitHub/github-actions-deploy-aur@v2.7.2
# with:
# pkgname: python-lightmotif
# pkgbuild: pkg/aur/PKGBUILD
......@@ -283,4 +283,3 @@ jobs:
# commit_email: ${{ secrets.AUR_EMAIL }}
# ssh_private_key: ${{ secrets.AUR_SSH_PRIVATE_KEY }}
# commit_message: ${{ github.event.head_commit.message }}
# ssh_keyscan_types: rsa,dsa,ecdsa,ed25519
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment