| commit | 4aa00dae16bc78b09421744891c11e8fba505c18 | [log] [tgz] |
|---|---|---|
| author | Kousik Kumar <kousikk@google.com> | Thu Oct 22 10:31:31 2020 -0400 |
| committer | Kousik Kumar <kousikk@google.com> | Thu Oct 22 10:31:31 2020 -0400 |
| tree | d2a7aa7cce5a774cd9b940e35d21202a71b9a43e | |
| parent | c2ef937c680ee5a7d86a0a7832b9088c64dcfdda [diff] |
Use os.Stdout.Write() when printing to stdout When the string being written itself has % sign, using Fprintf() results in go interpreting that %sign for string formatting. Tested with an action that has % sign in its command.
This repository contains SDKs for the Remote Execution API.
See each language subdirectory's README.md for more specific instructions on using the SDK for that language.