Skip to content

Commit

Permalink
feat: add step id to octocrab
Browse files Browse the repository at this point in the history
  • Loading branch information
loispostula committed Jul 25, 2024
1 parent 9c8b116 commit 818ab65
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 4 deletions.
4 changes: 0 additions & 4 deletions Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,11 +1,7 @@
[package]
name = "octocrab"
<<<<<<< HEAD
version = "0.38.0"
resolver = "2"
=======
version = "0.33.6"
>>>>>>> dd60c3a (feat: implement hook deliveries)
authors = ["XAMPPRocky <[email protected]>"]
edition = "2018"
readme = "README.md"
Expand Down
1 change: 1 addition & 0 deletions src/models/workflows.rs
Original file line number Diff line number Diff line change
Expand Up @@ -125,6 +125,7 @@ pub enum Status {
#[derive(Debug, Clone, PartialEq, Serialize, Deserialize)]
#[non_exhaustive]
pub struct Step {
pub id: Option<String>,
pub name: String,
pub status: Status,
#[serde(skip_serializing_if = "Option::is_none")]
Expand Down

0 comments on commit 818ab65

Please sign in to comment.