Skip to content

Commit

Permalink
remove typo
Browse files Browse the repository at this point in the history
  • Loading branch information
maxi418 committed Dec 11, 2024
1 parent 1d0cadc commit f2c56c1
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ jobs:
dbildungs_iam_keycloak_branch: ${{ needs.branch_meta.outputs.ticket }}
dbildungs_iam_ldap_branch: ${{ needs.branch_meta.outputs.ticket }}
namespace: ${{ needs.create_branch_identifier.outputs.namespace_from_branch }}
database_recreation: ${{ github.ref_name == 'main' && 'true' || 'false' }}"
database_recreation: ${{ github.ref_name == 'main' && 'true' || 'false' }}
# database_recreation: "true" # to force database recreation this has be set to true
secrets: inherit

Expand Down

0 comments on commit f2c56c1

Please sign in to comment.