mirror of
https://github.com/bitwarden/server.git
synced 2024-12-02 13:53:23 +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',
|
||||
ref: 'main',
|
||||
inputs: {
|
||||
ephemeral_env_branch: '$GITHUB_HEAD_REF',
|
||||
ephemeral_env_branch: process.env.GITHUB_HEAD_REF,
|
||||
cleanup_config: true,
|
||||
project: 'server'
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user