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 }
|
||||
]
|
||||
|
||||
steps:
|
||||
- uses: digitalocean/action-doctl@v2
|
||||
with:
|
||||
token: ${{ secrets.DIGITALOCEAN_ACCESS_TOKEN }}
|
||||
@ -46,7 +47,6 @@ jobs:
|
||||
with:
|
||||
ssh-private-key: ${{ secrets.SSH_PRIVATE_KEY }}
|
||||
|
||||
steps:
|
||||
- name: Create droplet
|
||||
run: >-
|
||||
doctl compute droplet create
|
||||
|
Loading…
Reference in New Issue
Block a user