Testing workflow
Some checks are pending
Build and Push / Post-startup-message (push) Waiting to run

This commit is contained in:
Luke R 2024-05-02 11:45:11 -07:00
parent 5971add9c1
commit 0c0f0bd339
2 changed files with 9 additions and 15 deletions

View 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 .

View File

@ -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