Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit f919e1c

Browse filesBrowse files
authored
Merge pull request #18755 from meeseeksmachine/auto-backport-of-pr-18734-on-v3.3.x
Backport PR #18734 on branch v3.3.x (Fix deprecation warning in GitHub Actions.)
2 parents d270810 + b627608 commit f919e1c
Copy full SHA for f919e1c

File tree

Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-3
lines changed

‎.github/workflows/reviewdog.yml

Copy file name to clipboardExpand all lines: .github/workflows/reviewdog.yml
+3-3Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ jobs:
1818

1919
- name: Set up reviewdog
2020
run: |
21-
mkdir -p $HOME/bin
21+
mkdir -p "$HOME/bin"
2222
curl -sfL \
2323
https://github.com/reviewdog/reviewdog/raw/master/install.sh | \
24-
sh -s -- -b $HOME/bin
25-
echo ::add-path::$HOME/bin
24+
sh -s -- -b "$HOME/bin"
25+
echo "$HOME/bin" >> $GITHUB_PATH
2626
2727
- name: Run flake8
2828
env:

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.