Skip to content

Commit

Permalink
Remove ::
Browse files Browse the repository at this point in the history
  • Loading branch information
sidharthv96 committed Jan 19, 2024
1 parent f5dd24b commit 3935f6b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 3935f6b

Please sign in to comment.