repos / neovimcraft

website that makes it easy to find neovim plugins
git clone https://github.com/neurosnap/neovimcraft.git

commit
e29ef12
parent
73eb6bb
author
Eric Bower
date
2024-02-28 04:25:54 +0000 UTC
chore: use v3 gha deploy
1 files changed,  +2, -1
M .github/workflows/deploy.yml
+2, -1
 1@@ -25,7 +25,7 @@ jobs:
 2       run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
 3 
 4     - name: upload to pgs
 5-      uses: 'picosh/pgs-action@main'
 6+      uses: picosh/pgs-action@v3
 7       with:
 8         user: erock
 9         key: ${{ secrets.PRIVATE_KEY }}
10@@ -33,3 +33,4 @@ jobs:
11         project: "neovimcraft-${{ steps.vars.outputs.sha_short }}"
12         promote: "neovimcraft"
13         retain: "neovimcraft-"
14+        retain_num: 1