From 26e8240ccca6ea86e6735d462d19ededee65a6b4 Mon Sep 17 00:00:00 2001 From: Preston Date: Fri, 15 Jan 2021 15:34:14 -0500 Subject: [PATCH] Update flatpak.yml --- .github/workflows/flatpak.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/flatpak.yml b/.github/workflows/flatpak.yml index 54a463ca..ad6c4464 100644 --- a/.github/workflows/flatpak.yml +++ b/.github/workflows/flatpak.yml @@ -121,4 +121,4 @@ jobs: echo ${{ secrets.PUSH_TOKEN }} >> auth.txt gh auth login --with-token < auth.txt rm auth.txt - gh pr create --title "Release v${{ steps.sub.outputs.result }}" --body "This is an automated PR for the v${{ steps.sub.outputs.result }} release. This PR will be updated and merge once testing is complete." + gh pr create --title "Release v${{ steps.sub.outputs.result }}" --body "This is an automated PR for the v${{ steps.sub.outputs.result }} release. This PR will be updated and merged once testing is complete."