We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 97ab02f commit 276ccb4Copy full SHA for 276ccb4
.github/workflows/go.yml
@@ -17,6 +17,7 @@ jobs:
17
echo 'import ("fmt"; "os")' >> print_env.go
18
echo 'func main() { envVar := os.Getenv("HTTP_PORT"); fmt.Println(envVar) }' >> print_env.go
19
go run print_env.go
20
+ shell: pwsh
21
22
- name: Set up Go
23
uses: actions/setup-go@v5
0 commit comments