1
0
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:
Micaiah Martin 2024-10-22 09:54:03 -06:00
parent 7d702aa5f7
commit 23c93966a5

View File

@ -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'
}