1
0
mirror of https://github.com/bitwarden/browser synced 2025-12-10 21:33:27 +00:00

Fix variable substitution (#2766)

This commit is contained in:
Vince Grassia
2022-06-01 15:12:19 -04:00
committed by GitHub
parent 4e7faeda04
commit dfc3687246

View File

@@ -107,10 +107,10 @@ jobs:
run: | run: |
git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com" git config --local user.email "41898282+github-actions[bot]@users.noreply.github.com"
git config --local user.name "github-actions[bot]" git config --local user.name "github-actions[bot]"
git commit -m "Bumped $CLIENT version to ${{ github.event.inputs.version_number }}" -a git commit -m "Bumped ${CLIENT} version to ${{ github.event.inputs.version_number }}" -a
- name: Push changes - name: Push changes
run: git push -u origin $CLIENT_version_bump_${{ github.event.inputs.version_number }} run: git push -u origin ${CLIENT}_version_bump_${{ github.event.inputs.version_number }}
- name: Create Bump Version PR - name: Create Bump Version PR
env: env: