File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 57
57
runs-on : ubuntu-latest
58
58
steps :
59
59
- uses : actions/checkout@v2
60
- - uses : budougumi0617/action-newrelic-segment-lint@v1
60
+ - uses : budougumi0617/action-newrelic-segment-lint
61
61
with :
62
62
github_token : ${{ secrets.github_token }}
63
63
nrseg_flags : " -i testing ./src"
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.s
10
10
echo ' ::endgroup::'
11
11
12
12
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
14
14
echo ' ::endgroup::'
15
15
16
16
export REVIEWDOG_GITHUB_API_TOKEN=" ${INPUT_GITHUB_TOKEN} "
You can’t perform that action at this time.
0 commit comments