From 77b3a799240915e650a20173acc9a53908e29dc9 Mon Sep 17 00:00:00 2001 From: Enrique Encalada Date: Thu, 17 Jun 2021 13:53:04 +0200 Subject: [PATCH] Update .github/workflows/release.yaml Co-authored-by: Sascha Schwarze --- .github/workflows/release.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/release.yaml b/.github/workflows/release.yaml index 33b47c605e..f85ed66bd9 100644 --- a/.github/workflows/release.yaml +++ b/.github/workflows/release.yaml @@ -76,7 +76,7 @@ jobs: git commit -m "Update Readme with new Tag ${{ github.event.inputs.release }}" git clean -f - name: Create Readme PR - uses: peter-evans/create-pull-request@v3 + uses: peter-evans/create-pull-request@9825ae65b1cb54b543b938503728b432a0176d29 with: commit-message: Update Readme with new Tag author: ${{ github.actor }} <${{ github.actor }}@users.noreply.github.com>