Skip to content

Commit

Permalink
👌🏻IMPROVE: make action callable via workflow call
Browse files Browse the repository at this point in the history
  • Loading branch information
tallguyjenks committed Jul 22, 2024
1 parent 3d06d78 commit 8ee8240
Showing 1 changed file with 24 additions and 2 deletions.
26 changes: 24 additions & 2 deletions .github/workflows/update-deployment-issue.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,10 +22,32 @@ on:
required: true
default: "1.0.10"
description: The version of the application to be deployed to the environment
debug:
required: false
debug:
required: false
default: false
description: more verbose output for debugging purposes
workflow_call:
inputs:
organization:
required: false
default: "CoveredCA"
description: Name of the organization the project is in
project-number:
required: false
default: 5
description: The number of the project from the project web url
application-name:
required: true
default: "cca-salesforce-sapi"
description: The name of the application the deployment issue was created for
environment:
required: true
default: "dev"
description: The enmviropnment the deployment issue is calling for
version:
required: true
default: "1.0.10"
description: The version of the application to be deployed to the environment

jobs:
updateIssue:
Expand Down

0 comments on commit 8ee8240

Please sign in to comment.