mirror of
https://github.com/showdownjs/showdown.git
synced 2024-03-22 13:30:55 +08:00
chore: fix jq error (#917)
This commit is contained in:
parent
1c81fa6475
commit
db5ce64172
2
.github/workflows/browserstack.yml
vendored
2
.github/workflows/browserstack.yml
vendored
|
@ -29,7 +29,7 @@ jobs:
|
|||
|
||||
- name: '📖 Get current package version'
|
||||
id: package-version
|
||||
uses: martinbeentjes/npm-get-version-action@v1.2.0
|
||||
uses: martinbeentjes/npm-get-version-action@v1.2.3
|
||||
|
||||
- name: '📝 Print build version and commit msg'
|
||||
run: 'printf "version: %s\n build:%s\n message:%s\n" "${{ steps.package-version.outputs.current-version}}" "${{ github.run_id }}" "$COMMIT_MSG"'
|
||||
|
|
Loading…
Reference in New Issue
Block a user