diff --git a/.github/workflows/move-to-main-repo.yaml b/.github/workflows/move-to-main-repo.yaml index c3c728e..b88c55c 100644 --- a/.github/workflows/move-to-main-repo.yaml +++ b/.github/workflows/move-to-main-repo.yaml @@ -160,7 +160,7 @@ jobs: --body "Automated migration of $script_name from ProxmoxVED to ProxmoxVE." PR_NUMBER=$(gh pr list --repo community-scripts/ProxmoxVE --head "$branch_name" --json number --jq '.[].number') echo "PR_NUMBER=$PR_NUMBER" - echo "pr_number=$PR_NUMBER" >> $GITHUB_ENV + echo "pr_number=$PR_NUMBER" >> $GITHUB_OUTPUT - name: Comment on Issue if: steps.create_pull_request.outputs.pr_number