Skip to content

Commit

Permalink
Merge pull request #24 from FH-Inway/move-build-release-template-to-a…
Browse files Browse the repository at this point in the history
…lm-repo

Use build release template from alm repo
  • Loading branch information
Splaxi authored May 4, 2024
2 parents 574ac57 + 0fe0fd1 commit 7e486fe
Show file tree
Hide file tree
Showing 3 changed files with 12 additions and 72 deletions.
16 changes: 10 additions & 6 deletions .github/workflows/build-manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,18 +11,22 @@ on:
- $True
skipghrelease:
description: "Determines if creation of a GitHub release is skipped"
default: $False
default: false
required: false
type: choice
options:
- $False
- $True
type: boolean
skipValidation:
description: "Determines if the module validation is skipped"
default: false
required: false
type: boolean

jobs:
call-tmpl-build-release:
uses: ./.github/workflows/tmpl-build-release.yml
uses: fh-inway/d365.psmodule-alm/.github/workflows/tmpl-build-release.yml@main
with:
module: 'd365bap.tools'
skippublish: ${{ inputs.skippublish }}
skipghrelease: ${{ inputs.skipghrelease }}
skipValidation: ${{ inputs.skipValidation }}
secrets:
apikey: ${{ secrets.ApiKey }}
5 changes: 2 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,8 @@

jobs:
call-tmpl-build-release:
uses: ./.github/workflows/tmpl-build-release.yml
uses: fh-inway/d365.psmodule-alm/.github/workflows/tmpl-build-release.yml@main
with:
skippublish: $False
skipghrelease: $False
module: 'd365bap.tools'
secrets:
apikey: ${{ secrets.ApiKey }}
63 changes: 0 additions & 63 deletions .github/workflows/tmpl-build-release.yml

This file was deleted.

0 comments on commit 7e486fe

Please sign in to comment.