1
0
mirror of https://github.com/bitwarden/browser synced 2026-02-13 06:54:07 +00:00

fix: has_secrets not being output correctly

This commit is contained in:
Andreas Coroiu
2024-12-06 14:13:42 +01:00
parent 29f32140d2
commit c41e907535
2 changed files with 2 additions and 0 deletions

View File

@@ -45,6 +45,7 @@ jobs:
repo_url: ${{ steps.gen_vars.outputs.repo_url }}
adj_build_number: ${{ steps.gen_vars.outputs.adj_build_number }}
node_version: ${{ steps.retrieve-node-version.outputs.node_version }}
has_secrets: ${{ steps.check-secrets.outputs.has_secrets }}
steps:
- name: Check out repo
uses: actions/checkout@11bd71901bbe5b1630ceea73d27597364c9af683 # v4.2.2

View File

@@ -68,6 +68,7 @@ jobs:
rc_branch_exists: ${{ steps.branch-check.outputs.rc_branch_exists }}
hotfix_branch_exists: ${{ steps.branch-check.outputs.hotfix_branch_exists }}
node_version: ${{ steps.retrieve-node-version.outputs.node_version }}
has_secrets: ${{ steps.check-secrets.outputs.has_secrets }}
defaults:
run:
working-directory: apps/desktop