From 5f093e0fe93d8d520a052e770f9d161d93ce0ce8 Mon Sep 17 00:00:00 2001 From: Michel Roegl-Brunner Date: Mon, 10 Mar 2025 15:50:09 +0100 Subject: [PATCH] WF --- .github/workflows/move-to-main-repo.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index 456ccb4..a76f1cf 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -61,7 +61,7 @@ jobs: git config --global user.name "GitHub Actions" - name: Create PR if files found - + if: ${{ env.files_found }} == "true" env: GH_TOKEN: ${{ steps.generate-token.outputs.token }} run: |