Skip to content

Commit

Permalink
update to use octokit rest api (#1)
Browse files Browse the repository at this point in the history
  • Loading branch information
daleyjem authored Apr 2, 2024
1 parent 7448960 commit 312d11b
Show file tree
Hide file tree
Showing 3 changed files with 38 additions and 54 deletions.
8 changes: 4 additions & 4 deletions action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,15 @@ inputs:
job_name:
description: "job_name of tartget workflow jobs"
required: true
repository:
owner:
description: "target GitHub owner/org"
required: false
repo:
description: "target GitHub repository"
required: false
run_id:
description: "run_id of target workflow run"
required: false
per_page:
description: "Results per page (max 100) of target workflow run"
required: false
outputs:
job_id:
description: "job_id of target workflow jobs"
Expand Down
Loading

0 comments on commit 312d11b

Please sign in to comment.