This commit is contained in:
Michel Roegl-Brunner 2025-03-18 09:55:03 +01:00
parent f0f2a2e7e6
commit 68702bd004

View File

@ -149,6 +149,7 @@ jobs:
git push --no-thin origin "$branch_name" git push --no-thin origin "$branch_name"
- name: Create Pull Request in ProxmoxVE - name: Create Pull Request in ProxmoxVE
id: create_pull_request
env: env:
GITHUB_TOKEN: ${{ secrets.GH_MERGE_PAT }} GITHUB_TOKEN: ${{ secrets.GH_MERGE_PAT }}
run: | run: |
@ -163,6 +164,7 @@ jobs:
echo "pr_number=$PR_NUMBER" >> $GITHUB_OUTPUT echo "pr_number=$PR_NUMBER" >> $GITHUB_OUTPUT
- name: Comment on Issue - name: Comment on Issue
if: steps.create_pull_request.outputs.pr_number
env: env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }} GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: | run: |