Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mumble-voip/mumble.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRobert Adam <dev@robert-adam.de>2022-09-14 21:00:11 +0300
committerGitHub <noreply@github.com>2022-09-14 21:00:11 +0300
commit7b73c624e62399b8f797ef7b8f3f83cdbebd7e88 (patch)
treeb8e3382939603428eb0eda70e010bdf449949b37
parentabbb4cf9f1728beb264ad9be54be345aaa4c3d2e (diff)
parent6a26b2113ec9b754cb487bb1b31715a2ede9e630 (diff)
Merge PR #5884: CI(github-actions): Fix workflow file syntax
-rw-r--r--.github/workflows/release_dispatch.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/release_dispatch.yml b/.github/workflows/release_dispatch.yml
index 6b1fb737f..b55caeeb7 100644
--- a/.github/workflows/release_dispatch.yml
+++ b/.github/workflows/release_dispatch.yml
@@ -13,4 +13,4 @@ jobs:
with:
token: ${{ secrets.DOCKER_REPO_ACCCESS_TOKEN }}
event-type: new_release
- client_payload: '{ "tag": "${{ github.event.release.tag_name }}", "is_latest": "${{ github.event.release.commitish == master }}" }'
+ client_payload: '{ "tag": "${{ github.event.release.tag_name }}", "is_latest": "${{ github.event.release.commitish == "master" }}" }'