From 8e1cb03e831892a1b058dc7d79c41205a1237457 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lo=C3=AFc=20Paulev=C3=A9?= Date: Sun, 10 Mar 2024 23:34:36 +0100 Subject: [PATCH] fix update workflow --- .github/workflows/wine-update.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/wine-update.yml b/.github/workflows/wine-update.yml index 9bbc01c..af2e84c 100644 --- a/.github/workflows/wine-update.yml +++ b/.github/workflows/wine-update.yml @@ -29,10 +29,10 @@ jobs: uses: peter-evans/create-pull-request@v3.5.0 with: token: ${{ secrets.PAT }} - commit-message: Update wine to ${{ steps.wine.outputs.release_tag }} - title: Update wine to ${{ steps.wine.outputs.release_tag }} + commit-message: Update wine to ${{ env.LATEST_TAG }} + title: Update wine to ${{ env.LATEST_TAG }} body: | - Updates wine to ${{ steps.wine.outputs.release_tag }} + Updates wine to ${{ env.LATEST_TAG }} using Docker image from https://github.com/pauleve/docker-wine-wow64 ``` ./run-mtgo --update --test panard/mtgo:pr<#ID>