1
0
mirror of https://github.com/bitwarden/server.git synced 2025-04-05 05:00:19 -05:00

Remove is_workflow_call input from build workflow (#5161)

This commit is contained in:
Michał Chęciński 2024-12-17 16:45:02 +01:00 committed by GitHub
parent ecbfc05683
commit 16488091d2
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -580,7 +580,6 @@ jobs:
ref: 'main', ref: 'main',
inputs: { inputs: {
server_branch: process.env.GITHUB_REF server_branch: process.env.GITHUB_REF
is_workflow_call: true
} }
}); });