This commit is contained in:
		@@ -37,13 +37,13 @@ steps:
 | 
				
			|||||||
        from_secret: gitea_token
 | 
					        from_secret: gitea_token
 | 
				
			||||||
    commands:
 | 
					    commands:
 | 
				
			||||||
      - apk add --no-cache curl git
 | 
					      - apk add --no-cache curl git
 | 
				
			||||||
      - git remote -v
 | 
					      - git remote set-url origin https://$USERNAME:$PASSWORD@git.sthope.dev/sthope/xbox_og.git
 | 
				
			||||||
      - mkdir -p Insignia
 | 
					      - mkdir -p Insignia
 | 
				
			||||||
      - |
 | 
					      - |
 | 
				
			||||||
        curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" |
 | 
					        curl -sL -o Insignia/default.xbe $(curl -s "https://api.github.com/repos/insignia-live/setup-assistant-release/releases/latest" |
 | 
				
			||||||
        grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia
 | 
					        grep "browser_download_url.*setup.xbe" | cut -d : -f 2,3 | tr -d \") && ls -l Insignia
 | 
				
			||||||
      - git config user.email "your.email@example.com"
 | 
					      - git config user.email "hopelessautomations@gmail.com"
 | 
				
			||||||
      - git config user.name "Your Name"
 | 
					      - git config user.name $USERNAME
 | 
				
			||||||
      - git add Insignia/default.xbe
 | 
					      - git add Insignia/default.xbe
 | 
				
			||||||
      - git commit -m "Add default.xbe"
 | 
					      - git commit -m "Add default.xbe"
 | 
				
			||||||
      - git push --set-upstream origin main
 | 
					      - git push --set-upstream origin main
 | 
				
			||||||
		Reference in New Issue
	
	Block a user