Skip to content
This repository has been archived by the owner on Feb 13, 2022. It is now read-only.

Releases: percy/exec-action

v0.3.1

26 Oct 18:52
Compare
Choose a tag to compare

What changed?

  • bump @actions/core from 1.2.0 to 1.2.6 (#18) (Fixes #20)

v0.3.0

24 Feb 21:41
b02cfb2
Compare
Choose a tag to compare

What's new?

This release adds the ability to specify a passthrough argument (passthrough: true). When set to true, the exec-action will only set Percy env vars (and not run any Percy CLI commands).

name: CI
on: [push, pull_request]
jobs:
  build:
    runs-on: ubuntu-latest
    steps:
      - name: Checkout
        uses: actions/checkout@master
      - name: Install
        run: yarn
      - name: Percy Env
        uses: percy/exec-action@v0.3.0
        with:
          passthrough: true
      # Run your Percy tests somewhere else in the workflow.

v0.2.0

13 Feb 23:24
Compare
Choose a tag to compare

What's new?

v0.2.0 adds the ability to pass a custom shell command as an option (#11)

Fix schedule jobs

13 Jan 22:23
Compare
Choose a tag to compare

What is this?

This release makes it so the action doesn't fail on scheduled jobs (which don't have a payload associated with them). #10

v0.1.2

05 Dec 22:17
Compare
Choose a tag to compare

Another small adjustment to the actions display name

v0.1.1

04 Dec 21:42
04b2989
Compare
Choose a tag to compare

Small change to the actions display name and description. Also fixed a typo on the README (#6)

Initial release 🎉

20 Nov 17:17
Compare
Choose a tag to compare

This is the initial release of the exec-action! 🎉

Docs page: https://docs.percy.io/docs/github-actions#section-exec-action