diff --git a/.forgejo/workflows/demo.yaml b/.forgejo/workflows/demo.yaml index 7e92927..0f0009f 100644 --- a/.forgejo/workflows/demo.yaml +++ b/.forgejo/workflows/demo.yaml @@ -17,6 +17,7 @@ jobs: #runs-on: docker steps: - run: echo All ${{ matrix.version }} + - run: cat /etc/issue - name: Install Docker run: curl -fsSL https://get.docker.com | sh - name: foo