This commit is contained in:
Michel Roegl-Brunner 2025-03-18 09:52:18 +01:00
parent c76852282a
commit 4b2490de43

View File

@ -160,7 +160,7 @@ jobs:
--body "Automated migration of $script_name from ProxmoxVED to ProxmoxVE." --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') 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"
echo "pr_number=$PR_NUMBER" >> $GITHUB_ENV echo "pr_number=$PR_NUMBER" >> $GITHUB_OUTPUT
- name: Comment on Issue - name: Comment on Issue
if: steps.create_pull_request.outputs.pr_number if: steps.create_pull_request.outputs.pr_number