summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authorMarat Radchenko <marat@slonopotamus.org>2020-10-19 12:00:17 +0300
committerGitHub <noreply@github.com>2020-10-19 12:00:17 +0300
commit5992d4f1778fdd9ce5f9740a882ed5ac9b75cd0b (patch)
treefbd0f0b81d2600eddfe386ec586831f6277309c3 /.github
parentffe8356b45552ace21d770002c9ddbc7e9e534ef (diff)
stop using deprecated `set-env` command in GitHub Actions (#376)
See https://github.blog/changelog/2020-10-01-github-actions-deprecating-set-env-and-add-path-commands/
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/ci.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml
index c8845a4..dbdfaeb 100644
--- a/.github/workflows/ci.yml
+++ b/.github/workflows/ci.yml
@@ -30,7 +30,7 @@ jobs:
ruby-version: ${{ matrix.ruby }}
- name: Set up Asciidoctor
if: matrix.asciidoctor != ''
- run: echo "::set-env name=ASCIIDOCTOR_VERSION::${{ matrix.asciidoctor }}"
+ run: echo "ASCIIDOCTOR_VERSION=${{ matrix.asciidoctor }}" >> "${GITHUB_ENV}"
- name: Build
run: bundle install --jobs 4 --retry 3
- name: Test