test
Some checks failed
/ debug (push) Failing after 16s

This commit is contained in:
lubiana 2024-12-12 20:14:09 +01:00
parent 05a15b70bb
commit 979335fef0
Signed by: lubiana
SSH key fingerprint: SHA256:vW1EA0fRR3Fw+dD/sM0K+x3Il2gSry6YRYHqOeQwrfk
951 changed files with 11214 additions and 15 deletions

View file

@ -1,19 +1,8 @@
on: [push]
jobs:
build:
env:
RUNNER_TOOL_CACHE: /toolcache
TEST_SECRET: '${{ secrets.LUBIS_TEST_SECRET }}'
runs-on: podman
name: A job to say hello
runs-on: docker
name: debug
steps:
- name: podman
run: docker run --rm alpine:edge echo hello world
- name: Hello world action step
id: hello
uses: https://git.hannover.ccc.de/lubiana/hello-world-podman@v6
with:
who-to-greet: 'Mona the Octocat'
# Use the output from the `hello` step
- name: Get the output time
run: echo "The time was ${{ steps.hello.outputs.time }}"
- name: hugo
uses: ./actions/hugo