Skip to content

Commit

Permalink
Update
Browse files Browse the repository at this point in the history
  • Loading branch information
davidferlay committed May 10, 2024
1 parent 50e3b3e commit 5f16d3f
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
@@ -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 }}
Expand All @@ -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"

0 comments on commit 5f16d3f

Please sign in to comment.