Skip to content

Commit a083e1b

Browse files
Update add-path to use GitHub's new style
1 parent d272414 commit a083e1b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/on_pull_request.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ jobs:
1010
run: |
1111
mkdir -p $HOME/bin
1212
curl -sfL https://raw.githubusercontent.com/reviewdog/reviewdog/master/install.sh | sh -s -- -b $HOME/bin
13-
echo ::add-path::$HOME/bin
13+
echo "$HOME/bin" >> $GITHUB_PATH
1414
python3 -m pip install setuptools
1515
python3 -m pip install pylint
1616
python3 -m pip install netapp-ontap

0 commit comments

Comments
 (0)