Skip to content

Commit

Permalink
ci: remove "export"
Browse files Browse the repository at this point in the history
  • Loading branch information
Lucky3028 committed Feb 9, 2023
1 parent b1d9575 commit ee5b103
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/run-reviewdog/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ runs:
shell: bash
- name: Run reviewdog
run: |
export REVIEWDOG_GITHUB_API_TOKEN="${GITHUB_TOKEN}"
REVIEWDOG_GITHUB_API_TOKEN="${GITHUB_TOKEN}"
TMPFILE="$(mktemp)"
git diff > "${TMPFILE}"
reviewdog \
Expand Down

0 comments on commit ee5b103

Please sign in to comment.