Files
nix-infrastructure/.gitea/workflows/web-deploy.yaml
henrik 2a8a55dd47
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Has been cancelled
Attempt to use checkout@v3
2025-10-03 17:19:38 +02:00

17 lines
376 B
YAML

name: Nix Web Proxy Worker
run-name: Web Proxy - Nix
on: [push, merge]
jobs:
setup-nixos-runner:
run-on: ubuntu-latest
needs: [checkout-repo]
container:
image: ubuntu
steps:
- uses: https://github.com/actions/checkout@v4
- name: echo in image
run: echo "Hello Workflow world!"
- name: List current folder
run: ls -la