-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Signed-off-by: Tarun Pothulapati <[email protected]>
- Loading branch information
1 parent
ac33a55
commit 43d4b94
Showing
3 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,6 +1,6 @@ | ||
[package] | ||
name = "gh-action-trace" | ||
version = "0.1.0" | ||
version = "0.2.0" | ||
authors = ["Tarun Pothulapati <[email protected]>"] | ||
edition = "2021" | ||
description = "gh-action-trace is a CLI to create traces for GitHub Action runs by retrieving Action runs metadata from the GitHub API" | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -11,7 +11,7 @@ use opentelemetry::KeyValue; | |
/// intended to be run as a standalone binary. | ||
#[derive(Parser)] | ||
#[clap( | ||
version = "0.1.0", | ||
version = "0.2.0", | ||
author = "Tarun Pothulapati <[email protected]>" | ||
)] | ||
struct Opts { | ||
|