Some checks failed
		
		
	
	/ autoupdate (push) Failing after 38s
				
			Signed-off-by: Vasiliy Tolstov <v.tolstov@unistack.org>
		
			
				
	
	
		
			19 lines
		
	
	
		
			430 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
			
		
		
	
	
			19 lines
		
	
	
		
			430 B
		
	
	
	
		
			YAML
		
	
	
	
	
	
on:
 | 
						|
  schedule:
 | 
						|
    - cron: '* * * * *'
 | 
						|
    - cron: '@hourly'
 | 
						|
 | 
						|
jobs:
 | 
						|
  autoupdate:
 | 
						|
    runs-on: ubuntu-latest
 | 
						|
    steps:
 | 
						|
    - name: env
 | 
						|
      run: export
 | 
						|
    - name: setup-go
 | 
						|
      uses: https://gitea.com/actions/setup-go@v3
 | 
						|
      with:
 | 
						|
        go-version: 1.21
 | 
						|
    - name: checkout
 | 
						|
      uses: https://gitea.com/actions/checkout@v3
 | 
						|
    - name: get
 | 
						|
      run: GOBIN=/bin go get git.unistack.org/unistack-org/cmd/pkgdashcli@latest |