Remove ::

This commit is contained in:
Sidharth Vinod
2024-01-19 19:33:59 +05:30
parent 3935f6b389
commit 8bfb269b37

View File

@@ -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