Skip to content

Commit

Permalink
replace set-env with GITHUB_ENV (#207)
Browse files Browse the repository at this point in the history
  • Loading branch information
massdosage authored Nov 20, 2020
1 parent b985c23 commit 7c3a39f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
echo "Coveralls token available"
COVERALLS_SKIP=false
fi
echo ::set-env name=COVERALLS_SKIP::${COVERALLS_SKIP}
echo "COVERALLS_SKIP=${COVERALLS_SKIP}" >> $GITHUB_ENV
- name: Set up JDK
uses: actions/setup-java@v1
with:
Expand Down

0 comments on commit 7c3a39f

Please sign in to comment.