Add .gitea / workflows /push.yaml

This commit is contained in:
ties 2025-03-30 11:46:12 +00:00
parent 267f1c321f
commit 3412fdfda8

View File

@ -0,0 +1,19 @@
name: Deploy
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on:
push:
branches:
- main
jobs:
push:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v4
- name: Docker Test
uses: docker://git.ties.one/public/custom_act_runner:latest
env:
action: package
REPO_SECRET: ${{ secrets.REPO_SECRET }}
GITHUB_CONTEXT: ${{ toJson(github) }}