Attempt to use checkout@v3
Some checks failed
Nix Web Proxy Worker / setup-nixos-runner (push) Has been cancelled

This commit is contained in:
2025-10-03 17:19:38 +02:00
parent a75a7579b1
commit 2a8a55dd47

View File

@@ -3,17 +3,13 @@ run-name: Web Proxy - Nix
on: [push, merge]
jobs:
checkout-repo:
run-on: ubuntu-latest
steps:
- name: Ensure cloned repo
run: git pull
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