Skip to content

Commit

Permalink
fix: working directory
Browse files Browse the repository at this point in the history
  • Loading branch information
jclab-joseph committed Sep 13, 2023
1 parent a38d217 commit dc33625
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .github/workflows/sample.yaml
Original file line number Diff line number Diff line change
@@ -1,3 +1,4 @@
name: sample
on:
workflow_dispatch:
inputs:
Expand Down
2 changes: 1 addition & 1 deletion app/download/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ func Main(flagSet *flag.FlagSet, args []string) {
log.Fatalln(err)
}

print(dest + "/" + matches[3])
os.Stdout.WriteString(dest + "/" + matches[3])
} else {
log.Printf("invalid url: %s", source)
os.Exit(1)
Expand Down
Binary file modified shim-review-bot
Binary file not shown.

0 comments on commit dc33625

Please sign in to comment.