Update templates-stats.yml

patch-1
sandeep 2021-07-26 23:19:41 +05:30
parent 8dc516c732
commit 354d0d64ed
1 changed files with 0 additions and 8 deletions

View File

@ -20,15 +20,7 @@ jobs:
with:
go-version: 1.14
- name: Cache Go
id: cache-go
uses: actions/cache@v2
with:
path: /home/runner/go
key: ${{ runner.os }}-go
- name: Installing Template Stats
if: steps.cache-go.outputs.cache-hit != 'true'
env:
GO111MODULE: on
run: |