- commit
- 6f6844d
- parent
- f6177e5
- author
- Eric Bower
- date
- 2023-08-10 11:08:57 -0400 EDT
tweaks
      2 files changed, 
      +2,
      -2
    
    
  
        +1,
        -1
      
    1@@ -11,5 +11,5 @@ jobs:
2           go-version: '1.20'
3       - run: go get github.com/picosh/pgit
4       - run: go install github.com/picosh/pgit
5-      - run: pgit --out ./public --label pgit
6+      - run: pgit --out ./public --label pgit --revs main,HEAD
7       - run: pgit --out ./public --assets
        M 
        go.mod
      
      
        +1,
        -1
      
    1@@ -1,4 +1,4 @@
2-module sr.ht/~erock/gemgit
3+module github.com/picosh/pgit
4 
5 go 1.18
6