Skip to content

Commit

Permalink
Merge pull request #25 from reviewdog/haya14busa-patch-1
Browse files Browse the repository at this point in the history
Bump version for #24
  • Loading branch information
haya14busa authored Jan 3, 2021
2 parents 5a148ec + 8022b8d commit cc6f67f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion entrypoint.sh
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#!/bin/sh

cd "$GITHUB_WORKSPACE" || exit 1
cd "${GITHUB_WORKSPACE}" || exit 1

export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

Expand Down

0 comments on commit cc6f67f

Please sign in to comment.