Skip to content

Commit

Permalink
chore: set-env deprecated
Browse files Browse the repository at this point in the history
  • Loading branch information
jungeun-cho committed Nov 25, 2020
1 parent 76b9d6b commit 3cd83cc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/detectRuntimeError.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@ jobs:
node createConfigVariable.js
- name: set global error variable
run: |
echo ::set-env name=ERROR_VARIABLE::$(head -n 1 ./errorVariable.txt)
echo "ERROR_VARIABLE=$(head -n 1 ./errorVariable.txt)" >> $GITHUB_ENV
- name: set url
run: |
echo ::set-env name=URLS::$(head -n 1 ./url.txt)
echo "URLS=$(head -n 1 ./url.txt)" >> $GITHUB_ENV
- name: detect runtime error
uses: nhn/toast-ui.detect-runtime-error-actions@v1.0.1
with:
Expand Down

0 comments on commit 3cd83cc

Please sign in to comment.