Skip to content

Commit

Permalink
Tweak script for bump version
Browse files Browse the repository at this point in the history
I forgot to add bumpr tag on #24
  • Loading branch information
haya14busa authored Jan 3, 2021
1 parent 5a148ec commit 8022b8d
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 8022b8d

Please sign in to comment.