mirror of
				https://code.forgejo.org/actions/forgejo-release.git
				synced 2025-11-04 06:41:57 +02:00 
			
		
		
		
	bootstrap with file from forgejo/releases
This commit is contained in:
		
						commit
						fc5cdffbe4
					
				
					 5 changed files with 182 additions and 0 deletions
				
			
		
							
								
								
									
										14
									
								
								.forgejo/workflows/integration.yml
									
										
									
									
									
										Normal file
									
								
							
							
						
						
									
										14
									
								
								.forgejo/workflows/integration.yml
									
										
									
									
									
										Normal file
									
								
							| 
						 | 
				
			
			@ -0,0 +1,14 @@
 | 
			
		|||
on: [ push ]
 | 
			
		||||
jobs:
 | 
			
		||||
  integration:
 | 
			
		||||
    runs-on: self-hosted
 | 
			
		||||
    steps:
 | 
			
		||||
      - uses: actions/checkout@v3
 | 
			
		||||
      - id: forgejo
 | 
			
		||||
        uses: https://code.forgejo.org/actions/setup-forgejo@v1
 | 
			
		||||
        with:
 | 
			
		||||
          image-version: 1.19
 | 
			
		||||
      - run: |
 | 
			
		||||
          set -ex
 | 
			
		||||
          curl ${{ steps.forgejo.outputs.url }}/api/forgejo/v1/version | grep 1.19
 | 
			
		||||
          ls -l forgejo-release.sh
 | 
			
		||||
		Loading…
	
	Add table
		Add a link
		
	
		Reference in a new issue