chore: try to fix browserstack name

issues/907-white-space-in-bold-and-italic-causes-problems
root 2022-03-31 08:03:09 +01:00
parent a9ee330ac2
commit 565bbdc94a
1 changed files with 2 additions and 2 deletions

View File

@ -7,7 +7,7 @@ on:
branches: [ master, develop ]
env:
COMMIT_MSG: 'printf "%s" "${{ github.event.head_commit.message }}" | head -n 1' # Only the first line of commit msg
COMMIT_MSG: '$(printf "%s" "${{ github.event.head_commit.message }}" | head -n 1)' # Only the first line of commit msg
jobs:
ubuntu-job:
@ -32,7 +32,7 @@ jobs:
uses: martinbeentjes/npm-get-version-action@v1.1.0
- name: '📝 Print build version and commit msg'
run: 'printf "version: %s\nbuild:%s\message:%s\n" "${{ steps.package-version.outputs.current-version}}" "${{ github.run_id }}" "$COMMIT_MSG"'
run: 'printf "version: %s\n build:%s\n message:%s\n" "${{ steps.package-version.outputs.current-version}}" "${{ github.run_id }}" "$COMMIT_MSG"'
- name: '📱 BrowserStack Env Setup' # Invokes the setup-env action
uses: browserstack/github-actions/setup-env@master