Skip to content

merge workflows/snapshots test into main for workflow test pr #91

merge workflows/snapshots test into main for workflow test pr

merge workflows/snapshots test into main for workflow test pr #91

name: Update Percy Baseline
on:
push:
branches:
- main
jobs:
snapshot:
name: Take Percy snapshots
runs-on: ubuntu-latest
steps:
- name: Checkout SCM
uses: actions/checkout@v4
- uses: ./.github/actions/percy-snapshot
with:
branch_name: main
commitsh: ${{ github.sha }}
percy_token_write: ${{ secrets.PERCY_TOKEN_WRITE }}