@@ -31,7 +31,7 @@ jobs:
- name: Install env
run: echo "PERCY_TOKEN=${{ secrets.PERCY_TOKEN }}" >> $GITHUB_ENV
- name: Percy Test
- uses: percy/exec-action@v0.2.0
+ uses: percy/exec-action@v0.3.1
with:
working-directory: ./test
command: "./run_all.sh"