Commit c655f72

Eric Bower  ·  2023-08-10 12:47:29 -0400 EDT
parent 9278700
fix: typo gha
1 files changed,  +3, -2
+3, -2
 1@@ -8,8 +8,9 @@ jobs:
 2     runs-on: ubuntu-latest
 3     steps:
 4       - uses: actions/checkout@v3
 5-        # need entire history
 6-        fetch-depth: 0
 7+        with:
 8+          # need entire history
 9+          fetch-depth: 0
10       - uses: actions/setup-go@v4
11         with:
12           go-version: '1.20'