fix wrong typo (#5970)

This commit is contained in:
centdix
2025-06-18 13:22:11 +02:00
committed by GitHub
parent f7c54043c7
commit 86af09115f
+2 -2
View File
@@ -6,7 +6,7 @@ on:
jobs:
update-sqlx:
if: github.event.issue.pull_request && startsWith(github.event.comment.body, '/update-sqlx')
if: github.event.issue.pull_request && startsWith(github.event.comment.body, '/updatesqlx')
runs-on: ubicloud-standard-8
permissions:
contents: write
@@ -52,7 +52,7 @@ jobs:
with:
repository: windmill-labs/windmill-ee-private
path: windmill-ee-private
token: ${{ secrets.EE_PRIVATE_TOKEN }}
token: ${{ secrets.WINDMILL_EE_PRIVATE_ACCESS }}
- name: Install xmlsec build-time deps
run: |