porting all github actions from bluesky-social/indigo to tangled CI

actually update revs in gormstore

Changed files
+3
backfill
+3
backfill/gormstore.go
··· 314 314 j.rev = r 315 315 j.updatedAt = time.Now() 316 316 317 + j.dbj.Rev = r 318 + j.dbj.UpdatedAt = j.updatedAt 319 + 317 320 // Persist the job to the database 318 321 319 322 return j.db.Save(j.dbj).Error