mirror of
https://github.com/mermaid-js/mermaid.git
synced 2025-08-15 06:19:24 +02:00
Remove ::
This commit is contained in:
3
.github/workflows/e2e.yml
vendored
3
.github/workflows/e2e.yml
vendored
@@ -22,7 +22,8 @@ jobs:
|
||||
cache:
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- run: echo "${{ toJSON(github) }}" | sed 's/::/:/g'
|
||||
- run: |
|
||||
echo "${{ toJSON(github) }}" | sed 's/::/:/g'
|
||||
- uses: actions/checkout@v4
|
||||
- uses: pnpm/action-setup@v2
|
||||
- name: Setup Node.js
|
||||
|
Reference in New Issue
Block a user