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 736ccc1 commit 57c259d
Showing 1 changed file with 1 addition and 0 deletions.
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 57c259d

Please sign in to comment.