18 lines
		
	
	
		
			320 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			18 lines
		
	
	
		
			320 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
name: test 
 | 
						|
run-name: CommentCollection 
 | 
						|
on: 
 | 
						|
    push:
 | 
						|
   
 | 
						|
 | 
						|
jobs: 
 | 
						|
  Dump Gitea Context: 
 | 
						|
    runs-on: ubuntu-latest
 | 
						|
    steps:
 | 
						|
      - step: test
 | 
						|
        uses: akkuman/gitea-release-action@v1
 | 
						|
        env:
 | 
						|
          NODE_OPTIONS: '--experimental-fetch' # if nodejs < 18
 | 
						|
        with:
 | 
						|
          files: |-
 | 
						|
            **
 |