Skip to content

Commit

Permalink
chore: update pgs-action
Browse files Browse the repository at this point in the history
  • Loading branch information
neurosnap committed Nov 10, 2023
1 parent 7e03370 commit 7c75934
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/static.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,10 +30,10 @@ jobs:
id: vars
run: echo "sha_short=$(git rev-parse --short HEAD)" >> $GITHUB_OUTPUT
- name: publish to pgs
uses: picosh/pgs-action@main
uses: picosh/pgs-action@v3
with:
user: hey
key: ${{ secrets.PRIVATE_KEY }}
src: './public/*'
src: './public'
project: "git-ops-${{ steps.vars.outputs.sha_short }}"
promote: "git-ops"

0 comments on commit 7c75934

Please sign in to comment.