fix path
This commit is contained in:
2
main.go
2
main.go
@@ -157,7 +157,7 @@ func setOutput(k, v string) (err error) {
|
|||||||
return errors.Wrap(err, "write to output")
|
return errors.Wrap(err, "write to output")
|
||||||
}
|
}
|
||||||
|
|
||||||
envFilepath := os.Getenv("GITHUB_ENV") + eol
|
envFilepath := os.Getenv("GITHUB_ENV")
|
||||||
|
|
||||||
envFile, err := os.OpenFile(envFilepath, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0o644)
|
envFile, err := os.OpenFile(envFilepath, os.O_APPEND|os.O_CREATE|os.O_WRONLY, 0o644)
|
||||||
if err != nil {
|
if err != nil {
|
||||||
|
|||||||
Reference in New Issue
Block a user