Commit 3251b79

Eric Bower  ·  2023-11-10 18:37:23 -0500 EST
parent e100c49
use pgs-action v3
1 files changed,  +2, -2
+2, -2
 1@@ -30,11 +30,11 @@ jobs:
 2         id: vars
 3         run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
 4       - name: publish to pgs
 5-        uses: picosh/pgs-action@main
 6+        uses: picosh/pgs-action@v3
 7         with:
 8           user: hey
 9           key: ${{ secrets.PRIVATE_KEY }}
10-          src: './public/*'
11+          src: './public'
12           project: "git-pgit-${{ steps.vars.outputs.sha_short }}"
13           promote: "git-pgit"
14           retain: "git-pgit-"