Skip to content

Commit

Permalink
adding required outputs as optional config
Browse files Browse the repository at this point in the history
  • Loading branch information
zacharyblasczyk committed Sep 25, 2024
1 parent 76ff74a commit 5c73680
Show file tree
Hide file tree
Showing 3 changed files with 162 additions and 1,280 deletions.
5 changes: 4 additions & 1 deletion github/fetch-job-inputs/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,8 +9,11 @@ inputs:
description: "API key for authentication"
required: true
job_id:
description: "Job execution ID to set outputs for future github jobs"
description: "Job execution ID to set outputs for future GitHub jobs"
required: true
required_outputs:
description: "A list of required outputs to be fetched"
required: false
outputs:
api_inputs:
description: "JSON string containing the fetched inputs and their values"
Expand Down
Loading

0 comments on commit 5c73680

Please sign in to comment.