mirror of
				https://github.com/immich-app/immich.git
				synced 2025-11-03 19:29:32 -05:00 
			
		
		
		
	Added SDK to Rust
This commit is contained in:
		
							parent
							
								
									c3d7dda61f
								
							
						
					
					
						commit
						17085dd8a0
					
				
							
								
								
									
										8
									
								
								.github/workflows/openapi-generator.yml
									
									
									
									
										vendored
									
									
								
							
							
						
						
									
										8
									
								
								.github/workflows/openapi-generator.yml
									
									
									
									
										vendored
									
									
								
							@ -54,4 +54,10 @@ jobs:
 | 
			
		||||
          git config --global pull.rebase false
 | 
			
		||||
          git config --global user.email "alex.tran1502@gmail.com"
 | 
			
		||||
          git config --global user.name "Alex Tran"
 | 
			
		||||
          cd dart-client && ls
 | 
			
		||||
          cd dart-client
 | 
			
		||||
          git init
 | 
			
		||||
          git add .
 | 
			
		||||
          git commit -m "Update SDK"
 | 
			
		||||
          git remote add origin https://immich-app:"${{ secrets.GH_TOKEN }}"@github.com/immich-app/immich-sdk-rust.git
 | 
			
		||||
          git pull origin main --allow-unrelated-histories
 | 
			
		||||
          git push origin main 2>&1 | grep -v 'To https'
 | 
			
		||||
 | 
			
		||||
		Loading…
	
	
			
			x
			
			
		
	
		Reference in New Issue
	
	Block a user