mirror of
https://github.com/PluralKit/PluralKit.git
synced 2026-02-04 13:06:50 +00:00
fix yaml syntax again
This commit is contained in:
parent
a26fc4fd6c
commit
cd84411cae
1 changed files with 1 additions and 1 deletions
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…
Add table
Add a link
Reference in a new issue