percy / exec-action

A (deprecated) GitHub action to run Percy Agent `percy exec` commands
https://docs.percy.io/docs/github-actions#section-exec-action
MIT License
8 stars 5 forks source link

`set-env` command is deprecated and will be disabled soon #20

Closed agrobbin closed 4 years ago

agrobbin commented 4 years ago

Hi Percy!

Ever since GitHub deprecated set-env, we've been getting deprecation warnings from exec-action due, I think, to its dependence on an old version of @actions/core (1.2.0 vs. 1.2.6 or greater).

Robdel12 commented 4 years ago

Thanks for the issue! Closed with #18 (will be released here shortly too)

agrobbin commented 4 years ago

Great, thanks @Robdel12!

injms commented 3 years ago

As a tiny follow up to this, the exec action documentation quick start could be updated to the fixed percy/exec-action@v0.3.1 rather than the previous version that throws this error.