We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8014b2e commit e510896Copy full SHA for e510896
.github/workflows/.deploy.yml
@@ -122,7 +122,7 @@ jobs:
122
-p BATCH_CLIENT_RFSH_API_TKN_OP_SECRET_NAME="${{ inputs.batch_client_rfsh_api_tkn_op_secret_name }}"
123
-p DB_TESTDATA=${{ inputs.db_testdata }}
124
-p FOM_EMAIL_NOTIFY=${{ inputs.email_notify }}
125
- -p LOGOUT_CHAIN_URL="{{ inputs.logout_chain_url }}"
+ -p LOGOUT_CHAIN_URL="${{ inputs.logout_chain_url }}"
126
- name: admin
127
overwrite: true
128
- name: db
.github/workflows/release.yml
@@ -2,7 +2,7 @@ name: PROD (release)
2
3
on:
4
release:
5
- types: published
+ types: [published]
6
workflow_dispatch:
7
inputs:
8
tag:
0 commit comments