6290: Fix deprecation warning r=matklad a=matklad

bors r+
🤖

Co-authored-by: Aleksey Kladov <aleksey.kladov@gmail.com>
This commit is contained in:
bors[bot] 2020-10-19 17:06:34 +00:00 committed by GitHub
commit 378dd90bab
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -79,16 +79,16 @@ jobs:
with:
node-version: 12.x
- run: echo "::set-env name=TAG::$(date --iso --utc)"
- run: echo "TAG=$(date --iso --utc)" >> $GITHUB_ENV
if: github.ref == 'refs/heads/release'
- run: echo "::set-env name=TAG::nightly"
- run: echo "TAG=nightly" >> $GITHUB_ENV
if: github.ref != 'refs/heads/release'
- run: 'echo "TAG: $TAG"'
- name: Checkout repository
uses: actions/checkout@v2
- run: echo "::set-env name=HEAD_SHA::$(git rev-parse HEAD)"
- run: echo "HEAD_SHA=$(git rev-parse HEAD)" >> $GITHUB_ENV
- run: 'echo "HEAD_SHA: $HEAD_SHA"'
- uses: actions/download-artifact@v1