From 26ec2ad01291d0082283bac3c9f4580a6ff753ed Mon Sep 17 00:00:00 2001 From: Benjamin Levesque <14175665+benjlevesque@users.noreply.github.com> Date: Wed, 11 Nov 2020 14:50:06 +0100 Subject: [PATCH] add a warning related to set-env change --- README.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/README.md b/README.md index 36531c6..369378d 100644 --- a/README.md +++ b/README.md @@ -2,6 +2,10 @@ `short-sha` is a GitHub Action than provides an output `sha` with the shortened commit SHA. + +> :warning: On November 16th, 2020 Github removes the `set-env` command. Version prior to v1.2 of this action *will not work*. See github [annoucement](https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/) for details. + + ## Usage ```yaml