- commit
- 3251b79
- parent
- e100c49
- author
- Eric Bower
- date
- 2023-11-10 23:37:23 +0000 UTC
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-"