mirror of
				https://code.forgejo.org/actions/forgejo-release.git
				synced 2025-11-04 06:41:57 +02:00 
			
		
		
		
	upgrade tests to 1.20
This commit is contained in:
		
							parent
							
								
									ca1a3fb023
								
							
						
					
					
						commit
						069735deb1
					
				
					 2 changed files with 11 additions and 6 deletions
				
			
		| 
						 | 
				
			
			@ -1,6 +1,10 @@
 | 
			
		|||
# SPDX-License-Identifier: MIT
 | 
			
		||||
 | 
			
		||||
name: Upload (and download) a release to (and from) a project found in a Forgejo instance that is different from the one running the workflow
 | 
			
		||||
#
 | 
			
		||||
# Upload (and download) a release to (and from) a project
 | 
			
		||||
# found in a Forgejo instance that is different from the one running the workflow
 | 
			
		||||
#
 | 
			
		||||
name: two Forgejo
 | 
			
		||||
on: [push]
 | 
			
		||||
jobs:
 | 
			
		||||
  setup-forgejo:
 | 
			
		||||
| 
						 | 
				
			
			@ -13,6 +17,7 @@ jobs:
 | 
			
		|||
          user: testuser
 | 
			
		||||
          password: admin1234
 | 
			
		||||
          lxc-ip-prefix: 10.0.15
 | 
			
		||||
          image-version: 1.20
 | 
			
		||||
      - id: testrepo
 | 
			
		||||
        run: |
 | 
			
		||||
          forgejo-test-helper.sh push testrepo http://testuser:admin1234@${{ steps.forgejo.outputs.host-port }} testuser testrepo > /tmp/output
 | 
			
		||||
| 
						 | 
				
			
			
 | 
			
		|||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue