fix yaml syntax again
This commit is contained in:
parent
a26fc4fd6c
commit
cd84411cae
2
.github/workflows/docker.yml
vendored
2
.github/workflows/docker.yml
vendored
@ -28,7 +28,7 @@ jobs:
|
||||
cache-from: type=registry,ref=ghcr.io/xske/pluralkit:${{ env.BRANCH_NAME }}
|
||||
cache-to: type=inline
|
||||
- name: "Update Beta Bot"
|
||||
if: contains(github.ref, "main")
|
||||
if: contains(github.ref, 'main')
|
||||
uses: fjogeleit/http-request-action@master
|
||||
with:
|
||||
url: https://api-beta.pluralkit.me/v1/update
|
||||
|
Loading…
Reference in New Issue
Block a user