Fix Workflow Name

This commit is contained in:
thororen1234 2024-07-30 23:00:40 -04:00
parent 750dd1cdd6
commit 38bba2d900
2 changed files with 2 additions and 3 deletions

View file

@ -1,4 +1,4 @@
name: Sync Vencord Dev
name: Sync Vencord Main
env:
WORKFLOW_TOKEN: ${{ secrets.ETOKEN }}
@ -15,7 +15,7 @@ jobs:
build:
runs-on: ubuntu-latest
steps:
- name: Sync Vencord Dev
- name: Sync Vencord Main
id: sync
uses: verticalsync/sync-upstream-repo@master
with:

View file

@ -88,7 +88,6 @@ const GlobalBadges = ({ userId }: { userId: string; }) => {
Object.keys(badges).forEach(mod => {
if (mod.toLowerCase() === "vencord") return;
if (mod.toLowerCase() === "equicord") return;
// RIP SUNCORD
badges[mod].forEach(badge => {
if (typeof badge === "string") {
const fullNames = { "hunter": "Bug Hunter", "early": "Early User" };