From fdfc64924ee9215ac69fdde922b2d1b90b92ac36 Mon Sep 17 00:00:00 2001 From: Nikolai Rodionov Date: Wed, 18 Jan 2023 12:28:46 +0100 Subject: [PATCH] Debug workflows --- .github/workflows/container-stable.yaml | 4 ++++ README.md | 9 +++++++++ 2 files changed, 13 insertions(+) diff --git a/.github/workflows/container-stable.yaml b/.github/workflows/container-stable.yaml index dd9c2e8..32509ec 100644 --- a/.github/workflows/container-stable.yaml +++ b/.github/workflows/container-stable.yaml @@ -32,6 +32,10 @@ jobs: username: ${{ github.repository_owner }} password: ${{ secrets.CR_PAT }} + - name: Debug + run: + - echo ${{ env.GITHUB_ACTION_REPOSITORY }} + - env - name: Build uses: docker/build-push-action@v2 with: diff --git a/README.md b/README.md index e69de29..3ae1f28 100644 --- a/README.md +++ b/README.md @@ -0,0 +1,9 @@ +# Clever Install (clin) +> It's actually not and installer, but a downloader, clin just sounds better than cldow IMHO + +# What's it about? +To be done +# How to install? +To be done +# How to use? +To be done