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 3935f6b commit 8bfb269
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/e2e.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 8bfb269

Please sign in to comment.