From ff88faf931e390e30a994b69fff1ce17bf134029 Mon Sep 17 00:00:00 2001 From: Matt Schatz Date: Wed, 14 Oct 2020 20:45:59 -0600 Subject: Switch away from the deprecated 'set-env' command. --- .github/workflows/misspell-fixer.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to '.github') diff --git a/.github/workflows/misspell-fixer.yml b/.github/workflows/misspell-fixer.yml index 15663604e..7e8330fec 100644 --- a/.github/workflows/misspell-fixer.yml +++ b/.github/workflows/misspell-fixer.yml @@ -12,8 +12,8 @@ jobs: - uses: actions/checkout@v2 - name : Set a couple env variables run: | - echo "::set-env name=DATE::$(date +'%Y-%m-%d')" - echo "::set-env name=REF_BRANCH::${REF_BRANCH//refs\/heads\//}" + echo "DATE=$(date +'%Y-%m-%d')" >> $GITHUB_ENV + echo "REF_BRANCH=${REF_BRANCH//refs\/heads\//}" >> $GITHUB_ENV - name: Whitelist some directories and files run: | echo "\ -- cgit v1.2.3