We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cee2c43 commit 524c372Copy full SHA for 524c372
.github/workflows/verify.yml
@@ -31,7 +31,7 @@ jobs:
31
with:
32
dotnet-version: '3.1.101'
33
- name: Install dependencies (C#)
34
- run: dotnet tool install -g dotnet-script && echo ::add-path::$HOME/.dotnet/tools
+ run: dotnet tool install -g dotnet-script && echo "$HOME/.dotnet/tools" >> $GITHUB_PATH
35
36
# required only if you want to verify Go code
37
- name: Install dependencies (Go)
0 commit comments