We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c66c9c8 commit b6bc68eCopy full SHA for b6bc68e
.github/workflows/releaseToDev.yml
@@ -62,6 +62,7 @@ jobs:
62
uses: navikt/sf-gha-release@a97c935220209a3957923eb261ebb14e0660979a
63
with:
64
release_tag: ${{ github.event.inputs.release_tag }}
65
+ log_level: ${{ github.event.inputs.loglevel }}
66
target_org_alias: "dev"
67
devhub_alias: "devhub"
68
releaseNamePrefix: ${{ vars.RELEASE_NAME_PREFIX }}
.github/workflows/releaseToProd.yml
@@ -33,6 +33,7 @@ jobs:
33
34
35
36
37
target_org_alias: "prod"
38
devhub_alias: "prod"
39
0 commit comments