1
0
mirror of https://github.com/bitwarden/browser.git synced 2025-02-08 00:01:28 +01:00

Add current branch name for test purposes

This commit is contained in:
Michal Chciński 2022-05-30 13:44:49 +02:00
parent 6e6e6e4564
commit ee32108768

View File

@ -320,8 +320,8 @@ jobs:
upload_translations: false
trigger-desktop-build:
name: Crowdin Push
if: ${{ (github.ref == 'refs/heads/master') || (github.ref == 'refs/heads/rc') || contains(github.ref, 'hotfix-rc') }}
name: Trigger desktop build
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
needs:
- build
@ -334,7 +334,7 @@ jobs:
- name: Call GitHub API to trigger desktop build workflow
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 }}
run: |
curl \