Skip to content

Commit

Permalink
chore: try to fix browserstack name
Browse files Browse the repository at this point in the history
  • Loading branch information
root authored and root committed Mar 31, 2022
1 parent a9ee330 commit 565bbdc
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/browserstack.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand All @@ -32,7 +32,7 @@ jobs:
uses: martinbeentjes/[email protected]

- 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
Expand Down

0 comments on commit 565bbdc

Please sign in to comment.