mirror of
https://github.com/webfactory/ssh-agent.git
synced 2025-04-23 22:50:47 +00:00
Updates jobs name
This commit is contained in:
parent
716fbacac2
commit
256a474e1c
1 changed files with 2 additions and 2 deletions
4
.github/workflows/demo.yml
vendored
4
.github/workflows/demo.yml
vendored
|
@ -1,7 +1,7 @@
|
||||||
on: [push, pull_request]
|
on: [push, pull_request]
|
||||||
|
|
||||||
jobs:
|
jobs:
|
||||||
single_key_demo:
|
multiple_key_demo:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest]
|
os: [ubuntu-latest, macOS-latest]
|
||||||
|
@ -15,7 +15,7 @@ jobs:
|
||||||
${{ secrets.DEMO_KEY }}
|
${{ secrets.DEMO_KEY }}
|
||||||
${{ secrets.DEMO_KEY_2 }}
|
${{ secrets.DEMO_KEY_2 }}
|
||||||
|
|
||||||
multiple_keys_demo:
|
single_key_demo:
|
||||||
strategy:
|
strategy:
|
||||||
matrix:
|
matrix:
|
||||||
os: [ubuntu-latest, macOS-latest]
|
os: [ubuntu-latest, macOS-latest]
|
||||||
|
|
Loading…
Add table
Reference in a new issue