Compare commits
	
		
			5 Commits
		
	
	
		
	
	| Author | SHA1 | Date | |
|---|---|---|---|
| 8090e90683 | |||
| 146a458b7a | |||
| 4d3b054dfd | |||
| a99096d5ce | |||
| d50289370e | 
							
								
								
									
										17
									
								
								.gitea/workflows/job_notify.yml
									
									
									
									
									
										Normal file
									
								
							
							
						
						
									
										17
									
								
								.gitea/workflows/job_notify.yml
									
									
									
									
									
										Normal file
									
								
							| @@ -0,0 +1,17 @@ | |||||||
|  | name: notify | ||||||
|  | on: [push] | ||||||
|  | jobs: | ||||||
|  |   notify: | ||||||
|  |     name: notify | ||||||
|  |     runs-on: ubuntu-latest | ||||||
|  |     steps: | ||||||
|  |       - name: send | ||||||
|  |         uses: appleboy/telegram-action@master | ||||||
|  |         with: | ||||||
|  |           to: ${{ secrets.TELEGRAM_TO }} | ||||||
|  |           token: ${{ secrets.TELEGRAM_TOKEN }} | ||||||
|  |           message: | | ||||||
|  |             New commit by ${{ github.actor }}: | ||||||
|  |             Commit: ${{ github.event.commits[0].message }} | ||||||
|  |             Repository: ${{ github.repository }} | ||||||
|  |             Changes: https://git.unistack.org/${{ github.repository }}/commit/${{github.sha}} | ||||||
		Reference in New Issue
	
	Block a user