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

18 lines
399 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:
- name: checkout
uses: https://github.com/actions/checkout@v4
- name: echo in image
run: echo "Hello Workflow world!"
- name: List current folder
run: ls -la