mirror of
https://github.com/bitwarden/server.git
synced 2024-12-03 14:03:33 +01:00
switch to process.env
This commit is contained in:
parent
7d702aa5f7
commit
23c93966a5
@ -52,7 +52,7 @@ jobs:
|
|||||||
workflow_id: '_ephemeral_environment_pr_manager.yml',
|
workflow_id: '_ephemeral_environment_pr_manager.yml',
|
||||||
ref: 'main',
|
ref: 'main',
|
||||||
inputs: {
|
inputs: {
|
||||||
ephemeral_env_branch: '$GITHUB_HEAD_REF',
|
ephemeral_env_branch: process.env.GITHUB_HEAD_REF,
|
||||||
cleanup_config: true,
|
cleanup_config: true,
|
||||||
project: 'server'
|
project: 'server'
|
||||||
}
|
}
|
||||||
|
Loading…
Reference in New Issue
Block a user