Files
runner-test/.gitea/workflows/tests.yaml
ThaMunsta 4f6b9621ff
Some checks failed
Pull Images and Redeploy / Update-and-Redeploy-Stack (push) Failing after 0s
Just test things / Update-and-Redeploy-Stack (push) Failing after 0s
lets try an action!
2025-03-15 14:55:21 -04:00

20 lines
474 B
YAML

# https://docs.github.com/en/actions/writing-workflows/workflow-syntax-for-github-actions
name: Just test things
run-name: ${{ gitea.actor }} is testing out Gitea Actions 🚀
on: [push]
jobs:
Update-and-Redeploy-Stack:
runs-on: synology
steps:
- name: Checkout
- uses: https://github.com/actions/checkout@v4
with:
ref: main
- name: Test some commands
env:
STACK_NAME: whoami
run: |
ls -la