ties 8e3cae7fe5
All checks were successful
Deploy / push (push) Successful in 4s
Update .gitea/workflows/push.yaml
2025-03-30 11:58:05 +00:00

20 lines
478 B
YAML

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 }}
REPO_PATH: .
GITHUB_CONTEXT: ${{ toJson(github) }}