ci: typo
This commit is contained in:
parent
73eb3bf70d
commit
2ee26c989d
2
.github/workflows/e2e.yml
vendored
2
.github/workflows/e2e.yml
vendored
@ -38,6 +38,7 @@ jobs:
|
|||||||
{ distro: Debian, release: 11 }
|
{ distro: Debian, release: 11 }
|
||||||
]
|
]
|
||||||
|
|
||||||
|
steps:
|
||||||
- uses: digitalocean/action-doctl@v2
|
- uses: digitalocean/action-doctl@v2
|
||||||
with:
|
with:
|
||||||
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
|
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
|
||||||
@ -46,7 +47,6 @@ jobs:
|
|||||||
with:
|
with:
|
||||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||||
|
|
||||||
steps:
|
|
||||||
- name: Create droplet
|
- name: Create droplet
|
||||||
run: >-
|
run: >-
|
||||||
doctl compute droplet create
|
doctl compute droplet create
|
||||||
|
Loading…
Reference in New Issue
Block a user