From c4e7b06e63f8078246d590757dc05802af9f2850 Mon Sep 17 00:00:00 2001 From: Ken Collins Date: Sat, 5 Dec 2020 17:56:17 -0500 Subject: [PATCH] Update ci.yml --- .github/workflows/ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 83aedeb..bd58d29 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -18,7 +18,7 @@ jobs: - name: Setup System run: | sudo apt-get install libsqlite3-dev - echo "::set-env name=MTSR_RAILS_VERSION::${{ matrix.rails }}" + echo "MTSR_RAILS_VERSION=${{ matrix.rails }}" >> $GITHUB_ENV - name: Setup Ruby uses: actions/setup-ruby@v1 with: