mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-01-14 06:43:25 +08:00
Remove ::
This commit is contained in:
parent
3935f6b389
commit
8bfb269b37
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -23,7 +23,7 @@ jobs:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: |
|
||||
echo "${{ toJSON(github) }}" | sed 's/::/:/g'
|
||||
echo '${{ toJSON(github) }}' | sed 's/::/:/g'
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v2
|
||||
- name: Setup Node.js
|
||||
|
Loading…
x
Reference in New Issue
Block a user