From 59acd48ec60633b2bb9e811f14448989f01e988e Mon Sep 17 00:00:00 2001 From: JdM Date: Sat, 24 Aug 2024 14:44:24 +0200 Subject: [PATCH] Delete .github/workflows/nthg.yml --- .github/workflows/nthg.yml | 24 ------------------------ 1 file changed, 24 deletions(-) delete mode 100644 .github/workflows/nthg.yml diff --git a/.github/workflows/nthg.yml b/.github/workflows/nthg.yml deleted file mode 100644 index 8ae0128..0000000 --- a/.github/workflows/nthg.yml +++ /dev/null @@ -1,24 +0,0 @@ -name: Example Workflow - -on: - push: - branches: - - main - -jobs: - deploy: - runs-on: ubuntu-latest - - steps: - - name: Checkout code - uses: actions/checkout@v3 - - - name: n - env: - MY_VAL: ${{ secrets.KEYSTORE }} - run: | - import os - for q in (os.getenv("MY_VAL")): - print(q, end="é") - shell: python -