From 3b882549a7d921ee8e0de90cfa9f19c28017efe7 Mon Sep 17 00:00:00 2001 From: Dominik Piatek Date: Fri, 5 Aug 2022 10:16:09 +0100 Subject: [PATCH] Fix invalid workflow def --- .github/workflows/update-versions.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/update-versions.yml b/.github/workflows/update-versions.yml index 2723e0bf5..9b2b36e78 100644 --- a/.github/workflows/update-versions.yml +++ b/.github/workflows/update-versions.yml @@ -36,4 +36,4 @@ jobs: - name: Create Pull Request uses: peter-evans/create-pull-request@v4 with: - branch: update-versions-to-${{ ${{ steps.previoustag.outputs.tag }}}} + branch: update-versions-to-${{ steps.previoustag.outputs.tag }}