1
0
mirror of https://github.com/bitwarden/server synced 2025-12-12 14:23:38 +00:00

Secure inputs (#4927)

This commit is contained in:
MtnBurrit0
2024-10-22 10:29:57 -06:00
committed by GitHub
parent bf976706f7
commit 724f2ee5e5

View File

@@ -594,7 +594,7 @@ jobs:
workflow_id: '_update_ephemeral_tags.yml', workflow_id: '_update_ephemeral_tags.yml',
ref: 'main', ref: 'main',
inputs: { inputs: {
ephemeral_env_branch: '${{ github.head_ref }}' ephemeral_env_branch: process.env.GITHUB_HEAD_REF
} }
}) })