Remove echo

This commit is contained in:
Sidharth Vinod 2024-01-23 23:51:48 +05:30
parent 42ad1f4fe4
commit de03a017db
No known key found for this signature in database
GPG Key ID: FB5CCD378D3907CD

View File

@ -30,9 +30,6 @@ jobs:
uses: actions/setup-node@v4
with:
node-version: 18.x
- run: |
echo '${{ env.targetHash }}'
echo '${{ toJson(github.event) }}'
- name: Cache snapshots
id: cache-snapshot
uses: actions/cache@v4