mirror of
https://github.com/bitwarden/browser
synced 2025-12-16 16:23:44 +00:00
Add current branch name for test purposes
This commit is contained in:
6
.github/workflows/build-browser.yml
vendored
6
.github/workflows/build-browser.yml
vendored
@@ -320,8 +320,8 @@ jobs:
|
|||||||
upload_translations: false
|
upload_translations: false
|
||||||
|
|
||||||
trigger-desktop-build:
|
trigger-desktop-build:
|
||||||
name: Crowdin Push
|
name: Trigger desktop build
|
||||||
if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') || contains(github.ref, 'hotfix-rc') }}
|
if: ${{ (github.ref == 'refs/heads/DEVOPS-818_trigger_desktop_on_browser_build' || github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') || contains(github.ref, 'hotfix-rc') }}
|
||||||
runs-on: ubuntu-20.04
|
runs-on: ubuntu-20.04
|
||||||
needs:
|
needs:
|
||||||
- build
|
- build
|
||||||
@@ -334,7 +334,7 @@ jobs:
|
|||||||
|
|
||||||
- name: Call GitHub API to trigger desktop build workflow
|
- name: Call GitHub API to trigger desktop build workflow
|
||||||
env:
|
env:
|
||||||
TOKEN: ${{ secrets.TOKEN }} # replace this yalue with actual token secret name
|
TOKEN: ${{ secrets.TOKEN }} # replace this value with actual token secret name
|
||||||
BRANCH_NAME: ${{ steps.extract_branch.outputs.branch }}
|
BRANCH_NAME: ${{ steps.extract_branch.outputs.branch }}
|
||||||
run: |
|
run: |
|
||||||
curl \
|
curl \
|
||||||
|
|||||||
Reference in New Issue
Block a user