Skip to content

Commit

Permalink
Update passed properties
Browse files Browse the repository at this point in the history
  • Loading branch information
Michael Henderson committed Sep 25, 2024
1 parent 39feb7a commit 1723df0
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/assign-env-from-json.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ on:
update_catalog:
description: The release_dir property from integration-manifest.json
value: ${{ jobs.assign-from-json.outputs.update_catalog }}
release_project:
description: The release_project property from integration-manifest.json
value: ${{ jobs.assign-from-json.outputs.release_project }}
UOFramework:
description: The UOFramework property from integration-manifest.json
value: ${{ jobs.assign-from-json.outputs.UOFramework }}
Expand Down
4 changes: 4 additions & 0 deletions .github/workflows/dotnet-build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,10 @@ on:
description: The relative directory inside the repo where the build artifacts to publish for release will be located
required: false
type: string
release_project:
description: The relative file location for csproj
required: false
type: string
integration_type:
description: The extension integration_type
required: true
Expand Down
1 change: 1 addition & 0 deletions .github/workflows/starter.yml
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ jobs:
release_version: ${{ needs.call-create-github-release-workflow.outputs.release_version }}
release_url: ${{ needs.call-create-github-release-workflow.outputs.release_url }}
release_dir: ${{ needs.call-assign-from-json-workflow.outputs.release_dir }}
release_project: ${{ needs.call-assign-from-json-workflow.outputs.release_project }}
integration_type: ${{ needs.call-assign-from-json-workflow.outputs.integration_type }}
secrets:
token: ${{ secrets.token }}
Expand Down

0 comments on commit 1723df0

Please sign in to comment.