Skip to content

Commit 32643f3

Browse files
committed
ci: refresh backup before publish readme
1 parent b18aeb6 commit 32643f3

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

.github/workflows/publish-discord-backup.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,6 +60,7 @@ jobs:
6060
go run ./cmd/discrawl --config "$CONFIG" update --repo "$BACKUP_REPO" --remote "$BACKUP_REMOTE"
6161
fi
6262
go run ./cmd/discrawl --config "$CONFIG" sync --guild "$DISCRAWL_GUILD_ID" --skip-members --latest-only
63+
git -C "$BACKUP_REPO" pull --ff-only origin main
6364
go run ./cmd/discrawl --config "$CONFIG" publish \
6465
--repo "$BACKUP_REPO" \
6566
--remote "$BACKUP_REMOTE" \

0 commit comments

Comments
 (0)