diff options
| author | Eyal Posener <[email protected]> | 2021-04-06 19:39:17 +0300 | 
|---|---|---|
| committer | GitHub <[email protected]> | 2021-04-06 19:39:17 +0300 | 
| commit | feaa0dbdbfb4a18fddbf67cbcf326058fd83fe9b (patch) | |
| tree | 65b6ee44f0cb20c3125a8203bec026762b92ba57 | |
| parent | a2c2f61e14485dafe98feb0613528a633a04e835 (diff) | |
| parent | 0c05a5f652c7b452621c2701f65f94ca0978325b (diff) | |
Merge pull request #142 from posener/update-goreadme
Update goreadme
| -rw-r--r-- | .github/workflows/goreadme.yml | 2 | 
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/goreadme.yml b/.github/workflows/goreadme.yml index d788aef..c392624 100644 --- a/.github/workflows/goreadme.yml +++ b/.github/workflows/goreadme.yml @@ -10,7 +10,7 @@ jobs:          - name: Check out repository            uses: actions/checkout@v2          - name: Update readme according to Go doc -          uses: posener/[email protected] +          uses: posener/[email protected]            with:              import-path: 'github.com/posener/complete/v2' # Fix import path to point on v2.              recursive: 'true'  | 
