1
0
mirror of https://github.com/bitwarden/server.git synced 2025-06-09 20:50:31 -05:00

set 0 when workflow is not ran (#5910)

This commit is contained in:
aj-bw 2025-06-05 14:32:40 -04:00 committed by GitHub
parent ce61a01f29
commit 25d5efacd8
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -598,7 +598,7 @@ jobs:
uses: bitwarden/gh-actions/.github/workflows/_ephemeral_environment_manager.yml@main
with:
project: server
pull_request_number: ${{ github.event.number }}
pull_request_number: ${{ github.event.number || 0 }}
secrets: inherit
permissions: read-all