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 5f16d3f commit 562d202
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/manual.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ on:

jobs:
job1:
name: No tty if user does not need to input anything
name: Ensure no TTY if user does not need to input anything
runs-on: ubuntu-latest
env:
TOKEN_JSON: ${{ secrets.TOKEN_JSON }}
Expand All @@ -21,4 +21,4 @@ jobs:
whoami
make all
ls -lah bin/launchr
./bin/launchr login --url=http://AZE.git --username=AZE --password="AZE" --keyring-passphrase="AZE"
./bin/launchr login --url=http://***.git --username="***" --password="***" --keyring-passphrase="***"

0 comments on commit 562d202

Please sign in to comment.