.gitea/workflows/release.yml aktualisiert
	
		
			
	
		
	
	
		
	
		
			Some checks failed
		
		
	
	
		
			
				
	
				Gitea Actions Demo / Dump Gitea Context (push) Failing after 4s
				
			
		
		
	
	
				
					
				
			
		
			Some checks failed
		
		
	
	Gitea Actions Demo / Dump Gitea Context (push) Failing after 4s
				
			This commit is contained in:
		@@ -7,6 +7,11 @@ jobs:
 | 
			
		||||
    steps:
 | 
			
		||||
      - name: Check out repository code
 | 
			
		||||
        uses: actions/checkout@v3
 | 
			
		||||
      - name: yank release
 | 
			
		||||
        run: >
 | 
			
		||||
          curl -X POST -H "Content-Type: application/json" 
 | 
			
		||||
          -H "Authorization: token ${{ secrets.GITEA_TOKEN }}" 
 | 
			
		||||
          "git.beisel.it/repos/florian/test/releases/tags/nightly"
 | 
			
		||||
      - step: test
 | 
			
		||||
        uses: akkuman/gitea-release-action@v1
 | 
			
		||||
        env:
 | 
			
		||||
@@ -14,3 +19,4 @@ jobs:
 | 
			
		||||
        with:
 | 
			
		||||
          files: |-
 | 
			
		||||
            test/**
 | 
			
		||||
          tag_name: nightly
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user