diff --git a/.gitea/workflows/run.yaml b/.gitea/workflows/run.yaml new file mode 100644 index 0000000..a1d858d --- /dev/null +++ b/.gitea/workflows/run.yaml @@ -0,0 +1,11 @@ +name: Gitea Action for docker build runtime +run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀 + +on: + [push] + +jobs: + gitea-action-test: + runs-on: ubuntu-latest + steps: + - run: "echo ${{ github.event.head_commit.message }}" \ No newline at end of file