Skip to content

Commit

Permalink
fix update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
pauleve committed Mar 10, 2024
1 parent 46a2b7b commit 8e1cb03
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/wine-update.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,10 +29,10 @@ jobs:
uses: peter-evans/[email protected]
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>
Expand Down

0 comments on commit 8e1cb03

Please sign in to comment.