From 46ce077de621cea2f532d591e0c6b1c61cec3f0b Mon Sep 17 00:00:00 2001 From: Eric Huss Date: Thu, 8 Oct 2020 10:00:06 -0700 Subject: [PATCH] Update deprecated GitHub Actions commands. --- ci/install-hub.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ci/install-hub.sh b/ci/install-hub.sh index 1c98299e..38da2c8c 100755 --- a/ci/install-hub.sh +++ b/ci/install-hub.sh @@ -21,4 +21,4 @@ case $1 in ;; esac -echo "##[add-path]$PWD/hub/bin" +echo "$PWD/hub/bin" >> $GITHUB_PATH