Testing workflow
Some checks are pending
Build and Push / Post-startup-message (push) Waiting to run
Some checks are pending
Build and Push / Post-startup-message (push) Waiting to run
This commit is contained in:
parent
5971add9c1
commit
0c0f0bd339
9
.gitea/workflows/build-and-push.yaml
Normal file
9
.gitea/workflows/build-and-push.yaml
Normal file
@ -0,0 +1,9 @@
|
|||||||
|
name: Build and Push
|
||||||
|
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
||||||
|
on: [push]
|
||||||
|
|
||||||
|
jobs:
|
||||||
|
Post-startup-message:
|
||||||
|
runs-on: pyfound/black:latest_release
|
||||||
|
run: |
|
||||||
|
black --fast --check .
|
@ -1,15 +0,0 @@
|
|||||||
name: Gitea Actions Demo
|
|
||||||
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
|
|
||||||
on: [push]
|
|
||||||
|
|
||||||
jobs:
|
|
||||||
Post-startup-message:
|
|
||||||
runs-on: appleboy/drone-discord
|
|
||||||
env:
|
|
||||||
WEBHOOK_ID=${{ secrets.WEBHOOK_ID }}
|
|
||||||
WEBHOOK_TOKEN=${{ secrets.WEBHOOK_TOKEN }}
|
|
||||||
WAIT=false
|
|
||||||
TTS=false
|
|
||||||
USERNAME=test
|
|
||||||
AVATAR_URL=https://encrypted-tbn0.gstatic.com/images?q=tbn:ANd9GcTP3ekDW_jiUIEmAym337xeS7WN-k_DUq8YHi6VVfwQQw&s
|
|
||||||
MESSAGE=🚀 Pipeline [[#{{build.number}}]({{build.link}})] of branch [{{commit.branch}}]({{commit.link}}) by ${DRONE_COMMIT_AUTHOR_NAME} has started
|
|
Loading…
x
Reference in New Issue
Block a user