Skip to content

Commit 8de63c9

Browse files
Merge pull request #2 from budougumi0617/fix-path
❤️ fix install path
2 parents 28c06b1 + b7bf82a commit 8de63c9

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs:
5757
runs-on: ubuntu-latest
5858
steps:
5959
- uses: actions/checkout@v2
60-
- uses: budougumi0617/action-newrelic-segment-lint@v1
60+
- uses: budougumi0617/action-newrelic-segment-lint
6161
with:
6262
github_token: ${{ secrets.github_token }}
6363
nrseg_flags: "-i testing ./src"

script.sh

+1-1
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.s
1010
echo '::endgroup::'
1111

1212
echo '::group:: Installing nrseg ... https://github.com/budougumi0617/nrseg'
13-
curl -L "$(curl -Ls https://api.github.com/repos/budougumi0617/nrseg/releases/latest | grep -o -E "https://.+?_Linux_x86_64.tar.gz")" -o nrseg.tar.gz && tar -zxvf nrseg.tar.gz -C ./ && rm nrseg.tar.gz
13+
curl -L "$(curl -Ls https://api.github.com/repos/budougumi0617/nrseg/releases/latest | grep -o -E "https://.+?_Linux_x86_64.tar.gz")" -o nrseg.tar.gz && tar -zxvf nrseg.tar.gz -C "${TEMP_PATH}" && rm nrseg.tar.gz
1414
echo '::endgroup::'
1515

1616
export REVIEWDOG_GITHUB_API_TOKEN="${INPUT_GITHUB_TOKEN}"

0 commit comments

Comments
 (0)