From 5f16d3fe64387d400ac9a26eaa33d6b9b5f3e460 Mon Sep 17 00:00:00 2001 From: David Ferlay Date: Fri, 10 May 2024 11:34:21 +0200 Subject: [PATCH] Update --- .github/workflows/manual.yml | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/manual.yml b/.github/workflows/manual.yml index 1aa79de..0198150 100644 --- a/.github/workflows/manual.yml +++ b/.github/workflows/manual.yml @@ -1,11 +1,11 @@ -name: Manual +name: TTY on: push: workflow_dispatch: jobs: job1: - name: TTY test + name: No tty if user does not need to input anything runs-on: ubuntu-latest env: TOKEN_JSON: ${{ secrets.TOKEN_JSON }} @@ -15,9 +15,10 @@ jobs: uses: actions/checkout@v3 - name: Commands run: | + echo date pwd whoami make all ls -lah bin/launchr - ./bin/launchr login --url=http://QSD.git --username=AZE --password="AZE" --keyring-passphrase="AZE" + ./bin/launchr login --url=http://AZE.git --username=AZE --password="AZE" --keyring-passphrase="AZE"