repos / starfx

supercharged async flow control library.
git clone https://github.com/neurosnap/starfx.git

commit
cd65c07
parent
a4c160f
author
Eric Bower
date
2023-11-10 23:42:45 +0000 UTC
chore: use pgs-action
1 files changed,  +2, -2
M .github/workflows/static.yml
+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: erock
 9           key: ${{ secrets.PRIVATE_KEY }}
10-          src: './public/*'
11+          src: './public'
12           project: "git-starfx-${{ steps.vars.outputs.sha_short }}"
13           promote: "git-starfx"
14           retain: "git-starfx-"